replace gnome-shell with sway
This commit is contained in:
parent
f72d770fb2
commit
9486b673d1
1 changed files with 14 additions and 1 deletions
|
@ -94,7 +94,20 @@ in
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.displayManager.gdm.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;
|
xdg.mime.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue