summaryrefslogtreecommitdiff
path: root/home/shells/fish.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-03 22:18:16 +0100
committeradikro <adikro@disroot.org>2025-12-03 22:18:16 +0100
commit611576f9ee5232dfc399843c12dfeed5d58ec9ad (patch)
tree7aca474c5b603c0b79379290e453012a71a61222 /home/shells/fish.nix
parentca4e63650bfe066313ec4c5407740dbe1664e3f0 (diff)
fixed screensharing on niri (by removing hyprland), configured some shell utilities
Diffstat (limited to 'home/shells/fish.nix')
-rw-r--r--home/shells/fish.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/home/shells/fish.nix b/home/shells/fish.nix
deleted file mode 100644
index 9634249..0000000
--- a/home/shells/fish.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ ... }:
-
-{
- programs.fish = {
- enable = true;
-
- interactiveShellInit =
- ''
- set fish_greeting
- fastfetch
- '';
-
- shellAliases = {
- gs = "git status";
- };
- };
-}