🌑 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;
|
catppuccin.cursors.enable = true;
|
||||||
|
|
||||||
|
dconf = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
# Prefer dark mode for all GTK apps
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = dir.home;
|
homeDirectory = dir.home;
|
||||||
|
@ -8,8 +8,6 @@ in
|
|||||||
|
|
||||||
programs.hyprpanel = {
|
programs.hyprpanel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Automatically restart HyprPanel with systemd.
|
|
||||||
systemd.enable = true;
|
|
||||||
# Add hyprpanel to the Hyprland config 'exec-once'.
|
# Add hyprpanel to the Hyprland config 'exec-once'.
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
# Fix the overwrite issue with HyprPanel.
|
# Fix the overwrite issue with HyprPanel.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user