From 99c49cb233e60ae6532d9711f928baf89ed7341b Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 30 Jun 2024 18:21:27 +0200 Subject: [PATCH] get rid of plasma-manager + update --- flake.nix | 8 -------- modules/home/default.nix | 5 +---- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index c46ef12..25548b0 100644 --- a/flake.nix +++ b/flake.nix @@ -21,14 +21,6 @@ nixpkgs.follows = "nixpkgs"; }; }; - - plasma-manager = { - url = "github:nix-community/plasma-manager"; - inputs = { - nixpkgs.follows = "nixpkgs"; - home-manager.follows = "home-manager"; - }; - }; }; outputs = inputs: import ./outputs.nix inputs; diff --git a/modules/home/default.nix b/modules/home/default.nix index d2e9874..9d2f133 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, ... }: let +{ config, lib, ... }: let modules = lib.lists.flatten [ (if config.withNiri then [ ./niri-setup @@ -15,9 +15,6 @@ in { home-manager = { useGlobalPkgs = true; useUserPackages = true; - sharedModules = with inputs; [ - plasma-manager.homeManagerModules.plasma-manager - ]; users.twoneis = { imports = [