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
# ./hardware-configuration.nix
# Home-Manager Nix configuration file.
# ./home-manager.nix
./home-manager.nix
# Gnome configuration file.
./gnome.nix
# Promtail logging

View file

@ -32,9 +32,9 @@
inherit system;
modules = [
./configuration.nix
./hardware-configuration.nix
lanzaboote.nixosModules.lanzaboote
./configuration.nix
];
};
};