add maxfetch
This commit is contained in:
parent
27e0c22bae
commit
c1827a8eaf
2 changed files with 48 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
music = pkgs.writeShellScriptBin "music" (builtins.readFile ./scripts/music.sh);
|
||||
toogle_blur = pkgs.writeScriptBin "toogle_blur" (builtins.readFile ./scripts/toogle_blur.sh);
|
||||
toogle_oppacity = pkgs.writeScriptBin "toogle_oppacity" (builtins.readFile ./scripts/toogle_oppacity.sh);
|
||||
maxfetch = pkgs.writeScriptBin "maxfetch" (builtins.readFile ./scripts/maxfetch.sh);
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
wall-change
|
||||
|
|
@ -22,5 +23,7 @@ in {
|
|||
|
||||
toogle_blur
|
||||
toogle_oppacity
|
||||
|
||||
maxfetch
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue