desktop changes

This commit is contained in:
k3t
2026-03-12 07:23:18 -06:00
parent 771d21d82b
commit 4fec2335c5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -2,4 +2,10 @@
imports = [ imports = [
./common.nix ./common.nix
]; ];
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
};
};
} }
+1
View File
@@ -19,6 +19,7 @@
}; };
# Support # Support
fonts.packages = [ "JetBrains Mono" ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
services.gvfs.enable = true; services.gvfs.enable = true;
services.tumbler.enable = true; services.tumbler.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;