diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 17:19:40 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 17:19:40 -0600 |
| commit | 3d9b20723ab8b5d61d8db540c34d18c59bf13fa5 (patch) | |
| tree | f420420cbd550dbc3a54eb359429099646760798 /hosts/mercury | |
| parent | 6683e653bf6657055976b7d1a555e922ebcce854 (diff) | |
make run0 optional
Diffstat (limited to 'hosts/mercury')
| -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; |
