get rid of plasma-manager + update
This commit is contained in:
parent
7c4dc74124
commit
99c49cb233
2 changed files with 1 additions and 12 deletions
|
@ -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;
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue