treewide: Update option keys for GNOME/GDM
This commit is contained in:
parent
297d0083d8
commit
fd99cbd41f
4 changed files with 6 additions and 6 deletions
|
|
@ -6,8 +6,8 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.desktopManager.gnome.enable = true;
|
||||||
# TODO: agree on this with randomcat as it affects her too, since for some reason this is system-wide
|
# TODO: agree on this with randomcat as it affects her too, since for some reason this is system-wide
|
||||||
# environment.gnome.excludePackages = with pkgs.gnome; [
|
# environment.gnome.excludePackages = with pkgs.gnome; [
|
||||||
# pkgs.gnome-tour
|
# pkgs.gnome-tour
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# dconf is the configuration manager for GNOME.
|
# dconf is the configuration manager for GNOME.
|
||||||
|
|
||||||
let
|
let
|
||||||
isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
|
isGnome = osConfig.services.desktopManager.gnome.enable;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
dconf.enable = isGnome;
|
dconf.enable = isGnome;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
inherit (lib) optionals;
|
inherit (lib) optionals;
|
||||||
isGraphical = osConfig.services.xserver.enable;
|
isGraphical = osConfig.services.xserver.enable;
|
||||||
isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
|
isGnome = osConfig.services.desktopManager.gnome.enable;
|
||||||
isPlasma = osConfig.services.desktopManager.plasma6.enable;
|
isPlasma = osConfig.services.desktopManager.plasma6.enable;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ let
|
||||||
inherit (lib) mkForce;
|
inherit (lib) mkForce;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.xserver.displayManager.gdm.enable = mkForce false;
|
services.displayManager.gdm.enable = mkForce false;
|
||||||
services.xserver.desktopManager.gnome.enable = mkForce false;
|
services.desktopManager.gnome.enable = mkForce false;
|
||||||
services.displayManager.sddm.enable = true;
|
services.displayManager.sddm.enable = true;
|
||||||
services.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue