blob: 997a6c3cba38fca464ac8e7c0c3e2a8a266d47f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{inputs, ...}: {
imports = with inputs; [
./desktop
./programs
./shell
arkenfox.hmModules.arkenfox
nix-index-database.hmModules.nix-index
];
home.stateVersion = "23.11";
}
|