Generate caches

This commit is contained in:
fwastring 2025-09-11 21:11:44 +02:00
parent 2f067334ab
commit 500c9f85fd
3 changed files with 6 additions and 5 deletions

View file

@ -33,7 +33,6 @@
);
nix.nixPath = [ "/etc/nix/path" ];
users.defaultUserShell = pkgs.bash;
documentation.man.generateCaches = false;
programs.fish.enable = true;
programs.bash = {
interactiveShellInit = ''

View file

@ -17,7 +17,6 @@
);
nix.nixPath = [ "/etc/nix/path" ];
users.defaultUserShell = pkgs.bash;
documentation.man.generateCaches = false;
programs.fish.enable = true;
programs.bash = {
interactiveShellInit = ''
@ -88,6 +87,10 @@
};
console.keyMap = "sv-latin1";
programs.bat = {
enable = true;
};
services = {
printing.enable = true;
clipmenu.enable = true;

View file

@ -26,7 +26,6 @@
programs.home-manager.enable = true;
programs.fish.enable = true;
programs.man.generateCaches = false;
home.username = "fw";
home.homeDirectory = "/home/fw";