diff --git a/home-manager/dotfiles/niri/background.sh b/home-manager/dotfiles/niri/background.sh index ecbc7b8..b50241a 100755 --- a/home-manager/dotfiles/niri/background.sh +++ b/home-manager/dotfiles/niri/background.sh @@ -11,7 +11,7 @@ if [ $# -lt 1 ] || [ ! -d "$1" ]; then fi # See swww-img(1) -RESIZE_TYPE="crop" +RESIZE_TYPE="fit" export SWWW_TRANSITION_FPS="${SWWW_TRANSITION_FPS:-60}" export SWWW_TRANSITION_STEP="${SWWW_TRANSITION_STEP:-2}" diff --git a/home-manager/dotfiles/niri/config.kdl b/home-manager/dotfiles/niri/config.kdl index 2a81bab..f80d5c0 100644 --- a/home-manager/dotfiles/niri/config.kdl +++ b/home-manager/dotfiles/niri/config.kdl @@ -581,7 +581,7 @@ environment { // apps to launch at startup spawn-at-startup "zen-beta" spawn-at-startup "obsidian" -spawn-at-startup "vesktop" +spawn-at-startup "discord" spawn-at-startup "beeper" clipboard { diff --git a/home-manager/dotfiles/niri/wallpapers/wallhaven-2k3jr6.jpg b/home-manager/dotfiles/niri/wallpapers/wallhaven-2k3jr6.jpg deleted file mode 100644 index 193e113..0000000 Binary files a/home-manager/dotfiles/niri/wallpapers/wallhaven-2k3jr6.jpg and /dev/null differ diff --git a/home-manager/dotfiles/niri/wallpapers/wallhaven-4oxe3m.png b/home-manager/dotfiles/niri/wallpapers/wallhaven-4oxe3m.png deleted file mode 100644 index eedddba..0000000 Binary files a/home-manager/dotfiles/niri/wallpapers/wallhaven-4oxe3m.png and /dev/null differ diff --git a/home-manager/dotfiles/niri/wallpapers/wallhaven-5yd1e8_1920x1080.png b/home-manager/dotfiles/niri/wallpapers/wallhaven-5yd1e8_1920x1080.png deleted file mode 100644 index 3baa483..0000000 Binary files a/home-manager/dotfiles/niri/wallpapers/wallhaven-5yd1e8_1920x1080.png and /dev/null differ diff --git a/home-manager/dotfiles/niri/wallpapers/wallhaven-mprjg1.png b/home-manager/dotfiles/niri/wallpapers/wallhaven-mprjg1.png deleted file mode 100644 index 6fb5a20..0000000 Binary files a/home-manager/dotfiles/niri/wallpapers/wallhaven-mprjg1.png and /dev/null differ diff --git a/hosts/goober/configuration.nix b/hosts/goober/configuration.nix index 4441303..4197396 100644 --- a/hosts/goober/configuration.nix +++ b/hosts/goober/configuration.nix @@ -131,8 +131,6 @@ options = "--delete-older-than 10d"; }; - documentation.dev.enable = true; - # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #