replace gnome-shell with sway

This commit is contained in:
Tim Schubert 2021-05-06 20:45:04 +02:00
parent f72d770fb2
commit 9486b673d1
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -94,7 +94,20 @@ in
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome3.enable = true;
#services.xserver.desktopManager.gnome3.enable = true;
programs.sway = {
enable = true;
wrapperFeatures.gtk = true; # so that gtk works properly
extraPackages = with pkgs; [
swaylock
swayidle
wl-clipboard
mako # notification daemon
alacritty # Alacritty is the default terminal in the config
dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native
];
};
xdg.mime.enable = true;