add wm module and other stuff
This commit is contained in:
parent
632727e5aa
commit
a18f813eb3
4 changed files with 27 additions and 23 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue