my terrible dotfiles

bruh

Changed files
+6 -11
bathtub
forest
tundra
+2 -3
bathtub/home.nix
··· 5 5 }: 6 6 7 7 { 8 - # TODO: make this not shit 9 8 imports = 10 9 lib.fileset.toList (lib.fileset.fileFilter (file: file.hasExt "nix") ../modules/core) 11 10 ++ lib.fileset.toList (lib.fileset.fileFilter (file: file.hasExt "nix") ../modules/desktop) ··· 41 40 ]; 42 41 preferXdgDirectories = true; 43 42 44 - stateVersion = "25.11"; 45 - 46 43 packages = with pkgs; [ 47 44 nil 48 45 audacity ··· 63 60 typst 64 61 wl-clipboard 65 62 ]; 63 + 64 + stateVersion = "25.11"; 66 65 }; 67 66 }
+1 -1
forest/default.nix
··· 78 78 ffmpeg 79 79 ]; 80 80 81 - system.stateVersion = "25.05"; 81 + system.stateVersion = "25.11"; 82 82 }
+1 -2
forest/home.nix
··· 1 1 { 2 - pkgs, 3 2 lib, 4 3 ... 5 4 }: ··· 25 24 ]; 26 25 preferXdgDirectories = true; 27 26 28 - stateVersion = "25.11"; 27 + stateVersion = "25.11"; 29 28 }; 30 29 }
+2 -5
tundra/home.nix
··· 5 5 }: 6 6 7 7 { 8 - # TODO: make this not shit 9 8 imports = 10 9 lib.fileset.toList (lib.fileset.fileFilter (file: file.hasExt "nix") ../modules/core) 11 10 ++ lib.fileset.toList (lib.fileset.fileFilter (file: file.hasExt "nix") ../modules/desktop) ··· 40 39 ]; 41 40 preferXdgDirectories = true; 42 41 43 - stateVersion = "25.11"; 44 - 45 42 packages = with pkgs; [ 46 43 musescore 47 44 gcc ··· 56 53 typst 57 54 wl-clipboard 58 55 ]; 59 - }; 60 56 61 - programs.home-manager.enable = true; 57 + stateVersion = "26.05"; 58 + }; 62 59 }