animations and clean stuff
This commit is contained in:
parent
3c1a415953
commit
d32311cc44
5 changed files with 39 additions and 37 deletions
|
|
@ -261,9 +261,9 @@ in
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = 1
|
enabled = 1
|
||||||
animation = windows, 1, 5, default
|
animation = windows, 1, 1, default, popin
|
||||||
animation = border, 1, 5, default
|
animation = border, 1, 1, default
|
||||||
animation = fade, 1, 10,default
|
animation = fade, 1, 1, default
|
||||||
animation = workspaces, 1, 3, overshot
|
animation = workspaces, 1, 3, overshot
|
||||||
animation = borderangle,1, 50, linear, loop
|
animation = borderangle,1, 50, linear, loop
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.enable = true;
|
# wayland.windowManager.hyprland.enable = lib.mkForce false;
|
||||||
# wayland.windowManager.sway.enable = true;
|
# wayland.windowManager.sway.enable = true;
|
||||||
|
# wayland.windowManager.sway.package = pkgs.swayfx;
|
||||||
wayland.windowManager.sway.config = {
|
wayland.windowManager.sway.config = {
|
||||||
input = {
|
input = {
|
||||||
"type:keyboard" = {
|
"type:keyboard" = {
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@
|
||||||
command = "sway";
|
command = "sway";
|
||||||
user = "tristan";
|
user = "tristan";
|
||||||
};
|
};
|
||||||
|
# default_session = lib.mkForce sway_session;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
networking.firewall.checkReversePath = "loose";
|
networking.firewall.checkReversePath = "loose";
|
||||||
|
|
||||||
system.stateVersion = "22.11"; # do not change
|
system.stateVersion = "22.11"; # do not change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue