mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Minor updates and got all systems to build!
This commit is contained in:
parent
52ce2d1cb1
commit
25b7cbb919
13 changed files with 336 additions and 164 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue