summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/fortune/system/shell/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:40:38 -0700
committerFuwn <[email protected]>2024-10-23 03:40:38 -0700
commitacd679c65a0dbd8020dfd7f6e3ea6f1e955fab94 (patch)
treeceda1acda86dc4b39e7889fdc4dbde7fe11f29a2 /home/ebisu/kansai/fortune/system/shell/default.nix
parenthome: simplify akashi module population (diff)
downloadnixos-config-acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94.tar.xz
nixos-config-acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94.zip
home: move fortune modules up into kansai module
Diffstat (limited to 'home/ebisu/kansai/fortune/system/shell/default.nix')
-rw-r--r--home/ebisu/kansai/fortune/system/shell/default.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/home/ebisu/kansai/fortune/system/shell/default.nix b/home/ebisu/kansai/fortune/system/shell/default.nix
deleted file mode 100644
index 82c4a71..0000000
--- a/home/ebisu/kansai/fortune/system/shell/default.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ pkgs, ... }:
-{
- imports = [
- ./fish.nix
- ./starship.nix
- ];
-
- home.packages = with pkgs; [
- asciinema
- navi
- shellclear
- watchexec
- zoxide
- shellcheck
- termius
- dash
- mosh
- killall
- ];
-}