diff --git a/flake.nix b/flake.nix index 6f4b509..aa9d7ce 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,6 @@ home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ]; home-manager.users.chase = ./home/home.nix; } - ./home/plasma.nix ]; }; ichigo = nixpkgs.lib.nixosSystem { diff --git a/home/home.nix b/home/home.nix index 5419da6..3998170 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,6 +1,10 @@ { config, pkgs, nur, ... }: { + imports = [ + ./plasma.nix + ]; + home.username = "chase"; home.homeDirectory = "/home/chase"; home.stateVersion = "24.11";