This commit is contained in:
lsoriano-mcm
2025-06-09 09:58:14 -05:00
parent f23d023551
commit 4dee2bf44f
5 changed files with 64 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
hostname = "nixos";
username = "biscuit";
username = "lsoriano";
timezone = "America/Chicago";
vpn = {
@@ -10,7 +10,7 @@
terminal = {
termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font
termSize = "20";
termSize = "11";
termShell = "zsh";
shellAliases = {
ls = "ls --color=auto";