This commit is contained in:
Chris Kruining 2024-07-24 17:20:46 +02:00
parent 7c443e2884
commit 4490ca84bd
3 changed files with 2 additions and 5 deletions

View file

@ -18,6 +18,7 @@
type = "wayland";
applications = {
communication.enable = true;
office.enable = true;
steam.enable = true;
};

View file

@ -17,9 +17,5 @@ in
user.packages = attrValues {
inherit (pkgs) webcord teamspeak_client;
};
fonts.packages = with pkgs; [
corefonts
];
};
}

View file

@ -44,7 +44,7 @@ in
rgFull = pkgs.ripgrep.override {withPCRE2 = true;};
};
programs = {
hm.programs = {
bat.enable = true;
eza.enable = true;
fzf.enable = true;