Working on looks
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
XDG_SESSION_TYPE = "wayland"; # Session type
|
XDG_SESSION_TYPE = "wayland"; # Session type
|
||||||
XDG_CURRENT_DESKTOP = "Hyprland"; # Desktop environment
|
XDG_CURRENT_DESKTOP = "Hyprland"; # Desktop environment
|
||||||
XCURSOR_SIZE = "24"; # Cursor size
|
XCURSOR_SIZE = "24"; # Cursor size
|
||||||
|
GTK_ENABLE_DARK_MODE=1;
|
||||||
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
|
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||||
GTK_APPLICATION_PREFER_DARK_THEME = "1";
|
GTK_APPLICATION_PREFER_DARK_THEME = "1";
|
||||||
# Add these for Firefox/Zen Browser:
|
# Add these for Firefox/Zen Browser:
|
||||||
MOZ_ENABLE_WAYLAND = "1"; # If on Wayland
|
MOZ_ENABLE_WAYLAND = "1"; # If on Wayland
|
||||||
GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/glib-2.0/schemas";
|
GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/glib-2.0/schemas";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add other session-wide variables here (e.g., QT_QPA_PLATFORM, SDL_VIDEODRIVER)
|
# Add other session-wide variables here (e.g., QT_QPA_PLATFORM, SDL_VIDEODRIVER)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user