diff options
Diffstat (limited to 'nixos/hosts')
| -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 |
