simplified namespace cause I dont wanna type that much and introduce colored man pages
This commit is contained in:
parent
c85c51ae3d
commit
8a9182dc2f
15 changed files with 54 additions and 126 deletions
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.graphical-interface.desktop-manager.kde;
|
||||
in
|
||||
{
|
||||
options.wyrdgard.graphical-interface.desktop-manager.kde = with types; {
|
||||
enable = mkEnableOption "Whether to enable a kde plasma6";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-utils
|
||||
kdePackages.qtbase
|
||||
];
|
||||
|
||||
services = {
|
||||
xserver = enabled;
|
||||
desktopManager.plasma6 = enabled;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue