From afcaeeece9f0b6f085d130fb2dd89ac25b829f7c Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Mon, 11 Nov 2024 00:53:17 -0500 Subject: [PATCH] Fix for duplicate properties --- hosts/default/main-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/main-user.nix b/hosts/default/main-user.nix index 6b695ba..0543bd0 100644 --- a/hosts/default/main-user.nix +++ b/hosts/default/main-user.nix @@ -18,7 +18,7 @@ in users.users.${cfg.userName} = { isNormalUser = true; initialPassword = "B@dC0d3MangFIX|T"; - description = "Just a normal admin"; + description = lib.mkDefault "Just a normal admin"; extraGroups = [ "wheel" "networkmanager" "docker" ]; packages = with pkgs; [ kdePackages.kate