summaryrefslogtreecommitdiff
path: root/nixos/modules/features/terminals
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/terminals')
-rw-r--r--nixos/modules/features/terminals/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/modules/features/terminals/default.nix b/nixos/modules/features/terminals/default.nix
deleted file mode 100644
index ec7ead3..0000000
--- a/nixos/modules/features/terminals/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-
-{
- programs.foot.settings.main.shell = "tmux";
- environment.systemPackages = with pkgs; [
- foot
- ghostty
- tmux
- ];
-}