plasma6
This commit is contained in:
parent
77881e8a71
commit
70c2531a96
|
@ -6,9 +6,11 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
with lib.wyrdgard; let
|
with lib.wyrdgard;
|
||||||
|
let
|
||||||
cfg = config.wyrdgard.submodules.graphical-interface;
|
cfg = config.wyrdgard.submodules.graphical-interface;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options.wyrdgard.submodules.graphical-interface = with types; {
|
options.wyrdgard.submodules.graphical-interface = with types; {
|
||||||
enable = mkBoolOpt false "Whether to enable a graphical interface";
|
enable = mkBoolOpt false "Whether to enable a graphical interface";
|
||||||
};
|
};
|
||||||
|
@ -20,7 +22,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
desktopManager.plasma5.enable = true;
|
|
||||||
};
|
};
|
||||||
|
services.desktopManager.plasma6 = enabled;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
5
overlays/vivaldi/default.nix
Normal file
5
overlays/vivaldi/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ channels, inputs, ... }:
|
||||||
|
|
||||||
|
final: prev: {
|
||||||
|
vivaldi = prev.vivaldi.override { commandLineArgs = "--disable-features=AllowQt"; };
|
||||||
|
}
|
Loading…
Reference in a new issue