From a00086f63df186181c254a164c77b974cc7a5c7c Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 14:38:08 -0400 Subject: DRY for username --- hosts/kenosis/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts/kenosis/configuration.nix') diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index be792e9..68498c5 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -3,10 +3,12 @@ pkgs, inputs, nvim, + username, ... }: { imports = [ # ./legacy.nix + ./../../hjem-darwin.nix ]; networking = { @@ -15,7 +17,7 @@ localHostName = "kenosis"; }; # Primary user for user-specific settings (dock, etc.) - system.primaryUser = "andrew"; + system.primaryUser = username; # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ @@ -48,7 +50,7 @@ homebrew = { enable = true; - user = "andrew"; + user = username; taps = [ ]; @@ -61,7 +63,7 @@ "firefox" "chatgpt" "capcut" - "docker" + "docker-desktop" "musicbrainz-picard" "gimp" ]; -- cgit v1.3.1