normal cursor and brave darkmode

This commit is contained in:
2025-09-20 19:21:24 +02:00
parent 6c4c3d54aa
commit 250caeaf32
4 changed files with 22 additions and 6 deletions

View File

@@ -2,6 +2,11 @@
programs.brave = {
enable = true;
commandLineArgs = [
"--force-dark-mode"
"--enable-features=WebContentsForceDark"
];
extensions = [
# Catppuccin for GitHub File Explorer Icons
{ id = "lnjaiaapbakfhlbjenjkhffcdpoompki"; }

View File

@@ -1,4 +1,13 @@
{ pkgs, ... }:
{
home.pointerCursor = {
name = "Vanilla-DMZ";
package = pkgs.vanilla-dmz;
size = 24;
gtk.enable = true;
x11.enable = true;
};
wayland.windowManager.hyprland = {
enable = true;
@@ -17,7 +26,11 @@
"nextcloud"
];
env = [
"HYPRCURSOR_THEME,Vanilla-DMZ"
"HYPRCURSOR_SIZE,24"
"XCURSOR_THEME,Vanilla-DMZ"
"GDK_SCALE,2"
"XCURSOR_SIZE,32"
];