mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 06:54:49 +02:00
more background fix stuff
This commit is contained in:
parent
72e0ccf471
commit
0634a9bf82
4 changed files with 82 additions and 110 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue