diff --git a/hosts/chris-pc/default.nix b/hosts/chris-pc/default.nix index 9ad5ba1..ec9fcaa 100644 --- a/hosts/chris-pc/default.nix +++ b/hosts/chris-pc/default.nix @@ -18,6 +18,7 @@ type = "wayland"; applications = { + communication.enable = true; office.enable = true; steam.enable = true; }; diff --git a/modules/desktop/applications/communication.nix b/modules/desktop/applications/communication.nix index 4fa6030..4856d4b 100644 --- a/modules/desktop/applications/communication.nix +++ b/modules/desktop/applications/communication.nix @@ -17,9 +17,5 @@ in user.packages = attrValues { inherit (pkgs) webcord teamspeak_client; }; - - fonts.packages = with pkgs; [ - corefonts - ]; }; } diff --git a/modules/shell/default.nix b/modules/shell/default.nix index 3c5c237..f591b95 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -44,7 +44,7 @@ in rgFull = pkgs.ripgrep.override {withPCRE2 = true;}; }; - programs = { + hm.programs = { bat.enable = true; eza.enable = true; fzf.enable = true;