feat(swaybg) adding swaybg and some script

This commit is contained in:
2025-09-25 17:17:49 +02:00
parent 068f47e9a2
commit 4666731676
4 changed files with 25 additions and 6 deletions

View File

@@ -33,6 +33,20 @@ in
);
};
".local/bin/choosepaper.sh" = {
source = getExe (
pkgs.writeShellApplication {
name = "spawn";
runtimeInputs = with pkgs; [
fzf
swaybg
pistol
];
text = readFile ./bin/choosepaper.sh;
}
);
};
".local/bin/pavucontrol-toggle.sh" = {
source = getExe (
pkgs.writeShellApplication {