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