🌑 Prefer dark theme for GTK apps, removed obsolete hyprpanel setting
This commit is contained in:
parent
7374764069
commit
1f06944f93
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user