diff options
| author | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
| commit | 33cb02e80c2250f12dc5f2ac99a9f63695b66521 (patch) | |
| tree | 90e2585173261dde1d8f73c89433de26a2636baf /home/ebisu/kansai/fortune/system/shell/scripting/default.nix | |
| parent | home: add html2md (diff) | |
| download | nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.tar.xz nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.zip | |
home: move some modules to core
Diffstat (limited to 'home/ebisu/kansai/fortune/system/shell/scripting/default.nix')
| -rw-r--r-- | home/ebisu/kansai/fortune/system/shell/scripting/default.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/home/ebisu/kansai/fortune/system/shell/scripting/default.nix b/home/ebisu/kansai/fortune/system/shell/scripting/default.nix deleted file mode 100644 index 3231f0c..0000000 --- a/home/ebisu/kansai/fortune/system/shell/scripting/default.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ./charmbracelet.nix - ./ripgrep.nix - ]; - - programs.fzf.enable = true; - - home.packages = with pkgs; [ - mdcat - moreutils - pup - inxi - pv - yad - jq - yj - pkgs.tsutsumi.html2md - ]; -} |