From 3e58f22dffd3108ead5b6ab46926f53b1f8841d2 Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 29 May 2025 14:49:04 -0400 Subject: [PATCH] 130 current 2025-05-29 14:48:58 25.11.20250527.4faa5f5 6.15.0 * --- flake.nix | 1 - home/home.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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";