mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-10 05:01:20 +01:00
kde plasma6
This commit is contained in:
parent
0338e05a7c
commit
dd443a4fa3
@ -59,7 +59,7 @@
|
|||||||
../../modules/freetube.nix
|
../../modules/freetube.nix
|
||||||
#../../modules/print-and-scan.nix
|
#../../modules/print-and-scan.nix
|
||||||
#../../modules/waydroid.nix
|
#../../modules/waydroid.nix
|
||||||
#../../modules/uni-vpn.nix
|
../../modules/uni-vpn.nix
|
||||||
|
|
||||||
../../modules/games.nix
|
../../modules/games.nix
|
||||||
#../../modules/dosbox-x.nix
|
#../../modules/dosbox-x.nix
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.xserver.displayManager.gdm.enable = true;
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
# Don't install all programs of the KDE desktop.
|
# Don't install all programs of the KDE desktop.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
assertions = [{
|
assertions = [{
|
||||||
assertion = config.services.xserver.desktopManager.gnome.enable;
|
assertion = config.services.xserver.desktopManager.gnome.enable || config.services.desktopManager.plasma6.enable;
|
||||||
message = "Only tested with GNOME";
|
message = "Only tested with GNOME and KDE";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user