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
|
@ -572,7 +572,7 @@ binds {
|
|||
// wayland support
|
||||
spawn-at-startup "xwayland-satellite"
|
||||
spawn-at-startup "swww-daemon"
|
||||
spawn-at-startup "bash" "~/.config/niri/background.sh" "~/.config/niri/wallpapers"
|
||||
spawn-at-startup "~/config/niri/start-bg.sh"
|
||||
|
||||
environment {
|
||||
DISPLAY ":0"
|
||||
|
|
3
home-manager/dotfiles/niri/start-bg.sh
Normal file
3
home-manager/dotfiles/niri/start-bg.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
./background.sh ~/.config/niri/wallpapers/
|
|
@ -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