diff options
| author | caley <u65487754@gmail.com> | 2026-06-15 14:41:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-15 14:41:42 +0200 |
| commit | 284a5d7db1d8e9c5cad2a09d4c3eb22eb54d1262 (patch) | |
| tree | a5a563042679abaad8c0221dcf85042f5bee0357 /nixos/hosts/box/box.nix | |
| parent | c987f9fdd993432b37af29022ceed46cfa8b2127 (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts/box/box.nix')
| -rw-r--r-- | nixos/hosts/box/box.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 3cf75f4..3dc444e 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -7,7 +7,7 @@ ./mdls/qksh.nix ]; - home.username = "car"; + home.username = "cat"; home.homeDirectory = "/home/cat"; home.stateVersion = "26.05"; @@ -51,7 +51,6 @@ shell_integration enabled font_family JetBrainsMono Nerd Font - font_size 12 font_size 11 cursor_trail 3 |
