???
This commit is contained in:
parent
dcdff587e1
commit
074a1b50d5
1 changed files with 9 additions and 0 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
# services.globalprotect = {
|
||||||
|
# enable = true;
|
||||||
|
# settings = {
|
||||||
|
# "vpn1.usfca.edu" = {
|
||||||
|
# openconnect-args = "";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# (llm.withPlugins (ps: with ps; [llm-openrouter]))
|
# (llm.withPlugins (ps: with ps; [llm-openrouter]))
|
||||||
# bash-language-server
|
# bash-language-server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue