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