readd home-manager
This commit is contained in:
parent
9d1106280f
commit
e700d2adfe
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
# Should be set on the machine's configuration.nix
|
||||
# ./hardware-configuration.nix
|
||||
# Home-Manager Nix configuration file.
|
||||
# ./home-manager.nix
|
||||
./home-manager.nix
|
||||
# Gnome configuration file.
|
||||
./gnome.nix
|
||||
# Promtail logging
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
inherit system;
|
||||
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
./configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue