more background fix stuff

This commit is contained in:
chloe 2025-09-23 21:56:07 +02:00
parent 72e0ccf471
commit 0634a9bf82
4 changed files with 82 additions and 110 deletions

View file

@ -81,7 +81,6 @@
fuzzel
zsh-syntax-highlighting
cinny-desktop
dysk
rsync
obsidian
@ -260,7 +259,6 @@
mpv.enable = true;
mako.enable = true;
lazygit.enable = true;
gtk.enable = true;
fzf.enable = true;
swaylock.enable = true;
foot.enable = true;
@ -374,6 +372,11 @@
# };
# };
dconf = {
enable = true;
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}