Added Home-Manager Module

This commit is contained in:
Matthias 2024-07-16 14:20:51 +02:00
parent f1cd92c632
commit 6f7967de10
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ with lib;
with lib.internal;{ with lib.internal;{
snowfallorg.user.enable = true; snowfallorg.user.enable = true;
snowfallorg.user.name = "kb-work"; snowfallorg.user.name = "kb-work";
home.stateVersion = "24.05"; home.stateVersion = "23.11";
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -19,6 +19,7 @@ in {
imports = imports =
[ [
./hardware.nix ./hardware.nix
<home-manager/nixos>
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];