aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/config.nix')
-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;