diff --git a/assets/horizon-zero-dawn-aloy.jpg b/assets/horizon-zero-dawn-aloy.jpg new file mode 100644 index 0000000..a77df37 Binary files /dev/null and b/assets/horizon-zero-dawn-aloy.jpg differ diff --git a/modules/desktop/addons/dms/default.nix b/modules/desktop/addons/dms/default.nix index 43a3f67..2c39347 100644 --- a/modules/desktop/addons/dms/default.nix +++ b/modules/desktop/addons/dms/default.nix @@ -21,6 +21,7 @@ "Pictures/firewatch_background.jpg".source = ../../../../assets/firewatch_background.jpg; # https://wallpaperaccess.com/galaxy-nebula "Pictures/nebula_background.jpg".source = ../../../../assets/nebula_background.jpg; + "Pictures/horizon-zero-dawn-aloy.jpg".source = ../../../../assets/horizon-zero-dawn-aloy.jpg; }; programs.dank-material-shell = { diff --git a/modules/dev/gh.nix b/modules/dev/gh.nix index 4eb7140..b4db2a0 100644 --- a/modules/dev/gh.nix +++ b/modules/dev/gh.nix @@ -3,7 +3,11 @@ homeManager.dev = { pkgs, ... }: { - home.packages = [ pkgs.github-copilot-cli ]; + home.packages = [ + (pkgs.github-copilot-cli.overrideAttrs (oldAttrs: { + postInstall = ""; + })) + ]; programs = { gh-dash = { diff --git a/modules/hosts/yggdrasil/default.nix b/modules/hosts/yggdrasil/default.nix index 6cde537..5f468da 100644 --- a/modules/hosts/yggdrasil/default.nix +++ b/modules/hosts/yggdrasil/default.nix @@ -34,6 +34,7 @@ topLevel: { osu-lazer-bin piper + ghc # for maths ]; services.ratbagd.enable = true; diff --git a/modules/hosts/yggdrasil/hardware.nix b/modules/hosts/yggdrasil/hardware.nix index 8aab4b7..238a1fa 100644 --- a/modules/hosts/yggdrasil/hardware.nix +++ b/modules/hosts/yggdrasil/hardware.nix @@ -30,8 +30,10 @@ kernelParams = [ "split_lock_detect=off" ]; loader = { - systemd-boot.enable = true; efi.canTouchEfiVariables = true; + limine = { + enable = true; + }; }; initrd.availableKernelModules = [