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
|
# Should be set on the machine's configuration.nix
|
||||||
# ./hardware-configuration.nix
|
# ./hardware-configuration.nix
|
||||||
# Home-Manager Nix configuration file.
|
# Home-Manager Nix configuration file.
|
||||||
# ./home-manager.nix
|
./home-manager.nix
|
||||||
# Gnome configuration file.
|
# Gnome configuration file.
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
# Promtail logging
|
# Promtail logging
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
./configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue