mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
optimise dms
This commit is contained in:
parent
fdbf3e4453
commit
275dad511f
5 changed files with 11 additions and 7 deletions
|
|
@ -7,7 +7,13 @@ with lib;
|
|||
};
|
||||
|
||||
config = {
|
||||
programs.waybar.enable = config.desktopShell == "waybar";
|
||||
programs.dankMaterialShell.enable = config.desktopShell == "dank";
|
||||
programs.waybar = {
|
||||
enable = config.desktopShell == "waybar";
|
||||
systemd.enable = config.desktopShell == "waybar";
|
||||
};
|
||||
programs.dankMaterialShell = {
|
||||
enable = config.desktopShell == "dms";
|
||||
enableSystemd = config.desktopShell == "dms";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue