diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index bc43a1f..6302452 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -61,7 +61,7 @@ programs.nh = { enable = true; - flake = "/home/lily/Programming/New LiNix"; + flake = "/home/lily/Programming/LiNix"; }; diff --git a/users/lily/home.nix b/users/lily/home.nix index 02c6b35..02403e2 100644 --- a/users/lily/home.nix +++ b/users/lily/home.nix @@ -5,6 +5,7 @@ ../../modules/home/vim.nix ../../modules/home/hyprland.nix ../../modules/home/river.nix + ../../modules/home/games.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -69,6 +70,7 @@ enable = true; userName = "Lily Anderson"; userEmail = "lilylanderson@zoho.com"; + lfs.enable = true; }; }; }