added plasma but doesn't work

This commit is contained in:
twoneis 2024-06-30 16:08:52 +02:00
parent a9a0e2fc2c
commit 210e4bb81f
2 changed files with 128 additions and 4 deletions

View file

@ -19,7 +19,9 @@ in {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
sharedModules = with inputs; [
plasma-manager.homeManagerModules.plasma-manager
];
users.twoneis = {
imports = [