From 3a4380b5bf7a90face518292e95a99d9f990bf9c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 14 Jul 2018 10:31:44 -0700 Subject: [PATCH] [NixOS] Use plasma instead of gnome --- nixos/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 539fa64c..c38aab28 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -246,9 +246,10 @@ in transmission-gtk ]; - environment.variables = { - GDK_PIXBUF_MODULE_FILE = "${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"; - }; + # XXX: Plasma seems to set this + # environment.variables = { + # GDK_PIXBUF_MODULE_FILE = "${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"; + # }; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; # Enabling zsh will clobber path because of the way it sets up /etc/zshenv @@ -278,7 +279,7 @@ in enable = true; layout = "us"; desktopManager = { - gnome3.enable = true; + plasma5.enable = true; default = "none"; }; windowManager = {