aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 17:19:40 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 17:19:40 -0600
commit3d9b20723ab8b5d61d8db540c34d18c59bf13fa5 (patch)
treef420420cbd550dbc3a54eb359429099646760798 /hosts
parent6683e653bf6657055976b7d1a555e922ebcce854 (diff)
make run0 optional
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mercury/config.nix6
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;