readd home-manager

This commit is contained in:
iFargle 2023-06-30 23:09:41 +09:00
parent 9d1106280f
commit e700d2adfe
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
]; ];
}; };
}; };