Minor updates and got all systems to build!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{config, lib, pkgs, ...}:
|
||||
{config, lib, pkgs, inputs, ...}:
|
||||
let
|
||||
cfg = config.userSettings.plasma;
|
||||
in {
|
||||
@@ -8,6 +8,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user