get rid of plasma-manager + update
This commit is contained in:
parent
7c4dc74124
commit
99c49cb233
2 changed files with 1 additions and 12 deletions
|
@ -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