Figure out openconnect later

This commit is contained in:
Jimbo 2024-11-24 21:25:03 -05:00
parent 4e21106824
commit 6021f46c20
3 changed files with 3 additions and 4 deletions

View file

@ -4,6 +4,6 @@
remmina
freerdp
zoom-us
gpauth
openconnect
];
}

View file

@ -81,7 +81,7 @@
},
{
"type": "command",
"text": "date -d @$(stat -c %W /) '+%a %b %d %r %Z %Y'",
"text": "date -d @$(stat -c %W /persist) '+%a %b %d %r %Z %Y'",
"key": "󰶡 "
},

View file

@ -22,14 +22,13 @@
nixscrub = "nixclean; nixpurge; nixoptimize";
# Shortcut aliases
neo = "clear && fastfetch";
ff = "clear && fastfetch";
ip = "ip -c";
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
nls = "/usr/bin/env ls";
cat = "${pkgs.bat}/bin/bat --paging never";
ncat = "/usr/bin/env cat";
copycat = "wl-copy <";
sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0";
myip = "curl ifconfig.co";
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
};