summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2022-12-05 16:37:27 +0100
committerstuebinm2022-12-05 16:37:27 +0100
commit8a10ea437cf74619865e0966f8be8f16e6cba938 (patch)
tree3f6d07986d3eb2963114739ccfab6ad0756fa443 /home/home.nix
parent64546ed6399d49ff125ee667b9632825eb3ccba5 (diff)
update to nixos22.11
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/home/home.nix b/home/home.nix
index 81d3b3e..dadf847 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -45,18 +45,6 @@
};
};
- programs.nushell = {
- enable = true;
- settings = {
- startup = [
- "mkdir ~/.cache/starship"
- "starship init nu | save ~/.cache/starship/init.nu"
- "source ~/.cache/starship/init.nu"
- ];
- prompt = "starship_prompt";
- };
- };
-
programs.fish = {
shellAliases = {
"lrz-vpn" = "sudo openconnect https://asa-cluster.lrz.de";