add scripts
This commit is contained in:
parent
0783ec3725
commit
bb818c013c
|
@ -69,8 +69,8 @@
|
|||
echo "[ERROR] => Wrong argument..."
|
||||
fi
|
||||
'';
|
||||
toogle_blur = writeScriptBin "toogle_blur" (builtins.readFile ./toogle_blur);
|
||||
toogle_oppacity = writeScriptBin "toogle_oppacity" (builtins.readFile ./toogle_oppacity);
|
||||
toogle_blur = pkgs.writeScriptBin "toogle_blur" (builtins.readFile ./toogle_blur);
|
||||
toogle_oppacity = pkgs.writeScriptBin "toogle_oppacity" (builtins.readFile ./toogle_oppacity);
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
wall-change
|
||||
|
|
Loading…
Reference in a new issue