Add shell script test

This commit is contained in:
2024-03-02 23:25:58 +01:00
parent 9f5f770409
commit 35ada16dcb
5 changed files with 20 additions and 4 deletions

6
home/scripts/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, ... }: {
home.file.".local/bin/hl-no-opacity" = {
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hl-no-opacity.sh";
executable = true;
};
}