diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 7a9598d5..8cc3c54b 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -61,6 +61,22 @@ xdg.configFile.git = { source = ../../config/git; }; + + # cure my sanity + home.pointerCursor = { + name = "Catppuccin-Mocha-Dark"; + size = 16; + x11 = { + enable = true; + }; + gtk.enable = true; + package = pkgs.catppuccin-cursors.mochaDark; + }; + gtk = { + enable = true; + theme.name = "vimix-dark-ruby"; + iconTheme.name = "Vimix Ruby Dark"; + }; }; programs.gnupg.agent = { enable = true;