add scripts
This commit is contained in:
parent
997acebdcc
commit
0783ec3725
3 changed files with 23 additions and 0 deletions
|
|
@ -69,14 +69,21 @@
|
|||
echo "[ERROR] => Wrong argument..."
|
||||
fi
|
||||
'';
|
||||
toogle_blur = writeScriptBin "toogle_blur" (builtins.readFile ./toogle_blur);
|
||||
toogle_oppacity = writeScriptBin "toogle_oppacity" (builtins.readFile ./toogle_oppacity);
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
wall-change
|
||||
wallpaper-picker
|
||||
|
||||
push
|
||||
commit
|
||||
|
||||
dsize
|
||||
runbg
|
||||
music
|
||||
|
||||
toogle_blur
|
||||
toogle_oppacity
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue