From cf46c8c920c183dda01f19fa505af39a3eb0c8de Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 20 Jul 2023 01:20:53 +0300 Subject: [PATCH] whoops --- modules/desktop/dwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/dwm/default.nix b/modules/desktop/dwm/default.nix index 582b999a..d6edec9b 100644 --- a/modules/desktop/dwm/default.nix +++ b/modules/desktop/dwm/default.nix @@ -49,6 +49,7 @@ in # screen shot (s) flameshot ]; + }; home-manager.users.sako = { pkgs , ...}: { home.pointerCursor = { name = "Catppuccin-Mocha-Dark"; @@ -72,6 +73,5 @@ in }; }; }; - }; }; }