fix: sutakku home
This commit is contained in:
parent
4ee8d5931d
commit
739c6c274d
3 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
imports = [
|
||||
../../home
|
||||
];
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
|
1
modules/nix.nix
Normal file
1
modules/nix.nix
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue