From 0ee4af6ab545550b5e1edeef1724871617edfa20 Mon Sep 17 00:00:00 2001 From: stitchy Date: Mon, 15 Sep 2025 01:32:29 -0700 Subject: [PATCH 1/3] fix(swaylock): locale specific date representation --- config/swaylock/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swaylock/config b/config/swaylock/config index a58e2ba..3ff6ab0 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,7 +1,7 @@ ## Default Settings ## clock -datestr=%a, %b %e %Y +datestr=%a, %x image=~/.config/wallpapers/girls-last-tour-chibi-eepi.jpg grace-no-mouse From d3df7a9c3e34f120f8a13ebe00e023e3ae118b10 Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 9 Oct 2025 18:05:58 -0700 Subject: [PATCH 2/3] chore(hyprland): remove 'application not responding' popup --- config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a7c6887..1ea758e 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -83,6 +83,7 @@ dwindle { } misc { + enable_anr_dialog = false layers_hog_keyboard_focus=true middle_click_paste=true vfr=1 From bae7fed8c56c22931baeadf59221460897f71744 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 10 Oct 2025 16:56:40 -0700 Subject: [PATCH 3/3] fix: nydamin missing packages Forgot to ensure that nyadmin gets the default home.nix as an import --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c855235..d66a11e 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,7 @@ ./hosts/tanzanite/default.nix ./users/nyadmin/default.nix + ./users/home.nix home-manager.nixosModules.home-manager {