diff --git a/configuration.nix b/configuration.nix index 176029b..3e22f61 100644 --- a/configuration.nix +++ b/configuration.nix @@ -156,19 +156,6 @@ greeter-show-manual-login = true ''; }; - desktopManager.gnome.enable = true; - displayManager.sessionPackages = let - emacs-caged-desktop = - pkgs.writeTextDir "share/wayland-sessions/emacs-caged.desktop" '' - [Desktop Entry] - Name=Emacs, Caged - Comment=Just emacs, nothing else - Exec=${pkgs.cage}/bin/cage -- ${pkgs.emacs}/bin/emacs - Type=Application - ''; - emacs-caged = emacs-caged-desktop.overrideAttrs - (oldattrs: { passthru.providedSessions = [ "emacs-caged" ]; }); - in [ emacs-caged ]; }; programs.sway = { enable = true;