more convenient wallpaper select/fetch
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user