Compare commits

...

2 commits

Author SHA1 Message Date
Evie Litherland-Smith fea8c65c57 Add teams and nomachine to Ronin as well, missed by accident before 2024-04-03 09:09:18 +01:00
Evie Litherland-Smith d000b0f502 Starship: add custom status symbols back
Default values aren't good for vertical spacing
2024-04-03 09:08:58 +01:00
2 changed files with 12 additions and 1 deletions

View file

@ -62,6 +62,12 @@
disabled = false;
map_symbol = true;
pipestatus = true;
symbol = " ";
success_symbol = "";
not_executable_symbol = " ";
not_found_symbol = " ";
sigint_symbol = " ";
signal_symbol = " ";
};
sudo = {disabled = false;};
};

View file

@ -10,7 +10,12 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [openfortivpn samba];
systemPackages = with pkgs; [
openfortivpn
samba
teams-for-linux
nomachine-client
];
};
services.ollama.enable = true;
}