animations and clean stuff

This commit is contained in:
Tristan 2023-05-04 15:07:17 +01:00
parent 3c1a415953
commit d32311cc44
5 changed files with 39 additions and 37 deletions

View file

@ -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
} }

View file

@ -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";

View file

@ -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" = {

View file

@ -85,6 +85,7 @@
command = "sway"; command = "sway";
user = "tristan"; user = "tristan";
}; };
# default_session = lib.mkForce sway_session;
}; };
}; };

View file

@ -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