From ac3d87980bd48e4dbe3f094d63f09f43c5bafa61 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 12 Jan 2024 17:39:17 +0100 Subject: [PATCH] clean up --- modules/home/scripts/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home/scripts/default.nix b/modules/home/scripts/default.nix index 83d5b78..344cf3e 100644 --- a/modules/home/scripts/default.nix +++ b/modules/home/scripts/default.nix @@ -2,9 +2,6 @@ wall-change = pkgs.writeShellScriptBin "wall-change" ''swaybg -m fill -i $1''; wallpaper-picker = pkgs.writeShellScriptBin "wallpaper-picker" (builtins.readFile ./scripts/wallpaper-picker.sh); - push = pkgs.writeShellScriptBin "push" (builtins.readFile ./scripts/push.sh); - commit = pkgs.writeShellScriptBin "commit" (builtins.readFile ./scripts/commit.sh); - dsize = pkgs.writeShellScriptBin "dsize" (builtins.readFile ./scripts/dsize.sh); runbg = pkgs.writeShellScriptBin "runbg" (builtins.readFile ./scripts/runbg.sh); music = pkgs.writeShellScriptBin "music" (builtins.readFile ./scripts/music.sh); @@ -26,9 +23,6 @@ in { wall-change wallpaper-picker - push - commit - dsize runbg music