From aaee4f3b12446a8787cbb6e4f51dd0118fea21fb Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:42:21 -0400 Subject: [PATCH] plasma: kill plasma-manager (it has not been used) --- flake.nix | 6 ------ modules/home/plasma.nix | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100755 modules/home/plasma.nix diff --git a/flake.nix b/flake.nix index 24b7fe4..e3cb5b6 100755 --- a/flake.nix +++ b/flake.nix @@ -30,12 +30,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - plasma-manager = { - url = "github:nix-community/plasma-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.home-manager.follows = "home-manager"; - }; - niri = { url = "github:sodiboo/niri-flake"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix deleted file mode 100755 index cb66cd4..0000000 --- a/modules/home/plasma.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ inputs, config, ... }: - -{ - imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ]; - - programs.plasma = { - enable = true; - workspace.cursor = { - theme = "Bibata-Modern-Classic"; - size = 24; - }; - }; -} \ No newline at end of file