+2
-3
bathtub/home.nix
+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
+1
-1
forest/default.nix
+1
-2
forest/home.nix
+1
-2
forest/home.nix
+2
-5
tundra/home.nix
+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
}