From 2869069ca9b8d62ad605c664ae86e6a5e5b65006 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 28 Apr 2025 10:18:22 +0200 Subject: [PATCH] chore: put user `liv` in group `gay` for a shitpost :p --- modules/core/user.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/user.nix b/modules/core/user.nix index 4d3f355..b96dbee 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -36,6 +36,8 @@ }; }; + users.groups.gay = { }; + users.users.${username} = { isNormalUser = true; description = "${username}"; @@ -44,6 +46,7 @@ "wheel" "docker" "input" + "gay" ]; shell = pkgs.zsh; };