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";
|
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;
|
outputs = inputs: import ./outputs.nix inputs;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, lib, ... }: let
|
{ config, lib, ... }: let
|
||||||
modules = lib.lists.flatten [
|
modules = lib.lists.flatten [
|
||||||
(if config.withNiri then [
|
(if config.withNiri then [
|
||||||
./niri-setup
|
./niri-setup
|
||||||
|
@ -15,9 +15,6 @@ in {
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
sharedModules = with inputs; [
|
|
||||||
plasma-manager.homeManagerModules.plasma-manager
|
|
||||||
];
|
|
||||||
|
|
||||||
users.twoneis = {
|
users.twoneis = {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue