Clean up home config

This commit is contained in:
Tim Schubert 2023-12-09 20:11:58 +01:00
parent af6e077382
commit 6cd183b90a
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
5 changed files with 9 additions and 5 deletions

View file

@ -47,7 +47,7 @@ in
{ dadada.home.helix.package = pkgs.helix; }
{ manual.manpages.enable = false; }
];
home-manager.users.dadada = import ../home/home;
home-manager.users.dadada = import ../home;
})
./gorgon/configuration.nix
];