diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/config.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 338ec7f..e5e0b17 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,7 +1,11 @@ { collinux = { theme = "catppuccin"; - user.name = "collin"; + + user = { + name = "collin"; + useRun0 = true; + }; desktop = { wallpaper = ./wallpapers/abstract-swirls.jpg; |
