Remove gnome and emacs desktop sessions

This commit is contained in:
Jez Cope 2021-05-31 19:43:59 +01:00
parent 959cc3e451
commit 3ac2b0ae5c
1 changed files with 0 additions and 13 deletions

View File

@ -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;