From 8a10ea437cf74619865e0966f8be8f16e6cba938 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 5 Dec 2022 16:37:27 +0100 Subject: update to nixos22.11 --- home/home.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'home/home.nix') 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"; -- cgit v1.2.3