diff options
Diffstat (limited to 'home/ebisu/core/utility')
| -rw-r--r-- | home/ebisu/core/utility/ai.nix | 7 | ||||
| -rw-r--r-- | home/ebisu/core/utility/default.nix | 12 |
2 files changed, 0 insertions, 19 deletions
diff --git a/home/ebisu/core/utility/ai.nix b/home/ebisu/core/utility/ai.nix deleted file mode 100644 index 37b4e4d..0000000 --- a/home/ebisu/core/utility/ai.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - ollama-cuda - shell-gpt - ]; -} diff --git a/home/ebisu/core/utility/default.nix b/home/ebisu/core/utility/default.nix deleted file mode 100644 index f21b623..0000000 --- a/home/ebisu/core/utility/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ ./ai.nix ]; - - home.packages = with pkgs; [ - fontpreview - tealdeer - todo - ripunzip - lemmeknow - ]; -} |