summaryrefslogtreecommitdiff
path: root/home/shells/starship.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/starship.nix
parentca4e63650bfe066313ec4c5407740dbe1664e3f0 (diff)
fixed screensharing on niri (by removing hyprland), configured some shell utilities
Diffstat (limited to 'home/shells/starship.nix')
-rw-r--r--home/shells/starship.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/shells/starship.nix b/home/shells/starship.nix
deleted file mode 100644
index bd4aa3c..0000000
--- a/home/shells/starship.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-{
- programs.starship = {
- enable = true;
-
- settings = {
- add_newline = true;
- };
- };
-}