Minor updates and got all systems to build!

This commit is contained in:
Emmet
2025-02-12 15:57:42 -06:00
parent 52ce2d1cb1
commit 25b7cbb919
13 changed files with 336 additions and 164 deletions

View File

@@ -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;