From 4490ca84bda030b592f855ee3b0084e1008e4177 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 24 Jul 2024 17:20:46 +0200 Subject: [PATCH] . --- hosts/chris-pc/default.nix | 1 + modules/desktop/applications/communication.nix | 4 ---- modules/shell/default.nix | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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;