From 3d9b20723ab8b5d61d8db540c34d18c59bf13fa5 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:19:40 -0600 Subject: make run0 optional --- hosts/mercury/config.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/mercury/config.nix') 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; -- cgit v1.3.1