🌑 Prefer dark theme for GTK apps, removed obsolete hyprpanel setting

This commit is contained in:
Martin Berg Alstad 2025-01-16 22:29:43 +01:00
parent 7374764069
commit 1f06944f93
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 10 additions and 2 deletions

View File

@ -31,6 +31,16 @@ in
catppuccin.cursors.enable = true;
dconf = {
enable = true;
settings = {
# Prefer dark mode for all GTK apps
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
home = {
username = username;
homeDirectory = dir.home;

View File

@ -8,8 +8,6 @@ in
programs.hyprpanel = {
enable = true;
# Automatically restart HyprPanel with systemd.
systemd.enable = true;
# Add hyprpanel to the Hyprland config 'exec-once'.
hyprland.enable = true;
# Fix the overwrite issue with HyprPanel.