mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
more minimalism!
This commit is contained in:
parent
49ecc28a50
commit
b81eb6fa54
|
@ -139,7 +139,7 @@
|
|||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/vm
|
||||
./shared
|
||||
./shared/systemd.nix
|
||||
nix-index-database.nixosModules.nix-index
|
||||
];
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
programs.nix-index-database.comma.enable = true;
|
||||
imports = [
|
||||
./activation.nix
|
||||
# ./gpg.nix
|
||||
./gpg.nix
|
||||
./vim.nix
|
||||
./nix.nix
|
||||
./systemd.nix
|
||||
|
|
Loading…
Reference in a new issue