add wm module and other stuff

This commit is contained in:
tristan 2023-05-25 09:12:37 +01:00
parent 632727e5aa
commit a18f813eb3
4 changed files with 27 additions and 23 deletions

View file

@ -41,6 +41,10 @@
# kde connect
networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
networking.firewall.interfaces.tailscale0 = {
allowedTCPPortRanges = [{ from = 0; to = 65535; }];
};
services.avahi.enable = true;
@ -68,21 +72,6 @@
xkbOptions = "caps:escape";
};
services.greetd = {
enable = true;
settings = rec {
hypr_session = {
command = "Hyprland";
user = "tristan";
};
sway_session = {
command = "sway";
user = "tristan";
};
default_session = hypr_session;
};
};
qt.enable = true;
qt.platformTheme = "gtk2";
qt.style = "gtk2";