From 26dd014860c0edd89a859d2d8c6dff10275acbad Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 16 Dec 2024 23:28:56 -0600 Subject: system changes --- macos.local/.flake/home/scripts.nix.org | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 macos.local/.flake/home/scripts.nix.org (limited to 'macos.local/.flake/home/scripts.nix.org') diff --git a/macos.local/.flake/home/scripts.nix.org b/macos.local/.flake/home/scripts.nix.org deleted file mode 100644 index 6bf46a6..0000000 --- a/macos.local/.flake/home/scripts.nix.org +++ /dev/null @@ -1,18 +0,0 @@ -#+title: Custom Scripts - -#+begin_src nix - { config, pkgs, ... }: - - { - home.file = { - ".local/bin/launcher" = { - text '' - #!/bin/sh - app="$(ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ ~/Applications/ | grep '\.app$' | sed 's/\.app$//g' | choose -f "SauceCodePro Nerd Font" -s 15 -b ece0c9).app" - open -n "$HOME/Applications/$app" || open -n "/Applications/$app" || open -n "/System/Applications/Utilities/$app" || open -n "/System/Applications/$app" || open -n "/Applications/Utilities/$app" - ''; - executable = true; - }; - }; - } -#+end_src -- cgit v1.2.3