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 {
|
||||
enabled = 1
|
||||
animation = windows, 1, 5, default
|
||||
animation = border, 1, 5, default
|
||||
animation = fade, 1, 10,default
|
||||
animation = windows, 1, 1, default, popin
|
||||
animation = border, 1, 1, default
|
||||
animation = fade, 1, 1, default
|
||||
animation = workspaces, 1, 3, overshot
|
||||
animation = borderangle,1, 50, linear, loop
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
programs.nm-applet.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
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.package = pkgs.swayfx;
|
||||
wayland.windowManager.sway.config = {
|
||||
input = {
|
||||
"type:keyboard" = {
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@
|
|||
command = "sway";
|
||||
user = "tristan";
|
||||
};
|
||||
# default_session = lib.mkForce sway_session;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
system.stateVersion = "22.11"; # do not change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue