Compare commits

..

No commits in common. "fea8c65c571aa3f6417bbe454b95311b67c6b16a" and "a666e4a78df79059e860141b1b67d2eecb6d9d42" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View file

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