more convenient wallpaper select/fetch

This commit is contained in:
2025-12-01 12:16:03 +03:00
parent 4ff652145b
commit abbea47279
7 changed files with 205 additions and 9 deletions
+7 -1
View File
@@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }:
# TODO:
# - configure comands like hyprpaper, waybar, etc.
# - make hyprexpo work
{
@@ -18,12 +17,19 @@
./hypridle.nix # done
];
home.packages = with pkgs; [
(writeShellScriptBin "next_wallpaper"
(builtins.readFile ./scripts/wallpaper/next_wallpaper.sh))
(writeShellScriptBin "move_wallpaper"
(builtins.readFile ./scripts/wallpaper/move_wallpaper.sh))
(writeShellScriptBin "fetch_wallpaper"
(builtins.readFile ./scripts/wallpaper/fetch_wallpaper.sh))
hyprland
brightnessctl
playerctl
hyprshot
nemo
pywal
jq
];
services.swww.enable = true;
programs.hyprpanel = {