fix: sutakku home

This commit is contained in:
notohh 2023-03-07 16:08:20 -05:00
parent 4ee8d5931d
commit 739c6c274d
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,6 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../home
]; ];
boot.loader = { boot.loader = {

View file

@ -5,6 +5,7 @@
imports = [ imports = [
../../home ../../home
]; ];
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";
programs.home-manager.enable = true; programs.home-manager.enable = true;

1
modules/nix.nix Normal file
View file

@ -0,0 +1 @@