From ff9894fdbb9fdcb373ef7ade91554f8be11ffba9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 31 Dec 2025 09:10:52 -0800 Subject: simplify a bit more minimal profile --- home/profiles/minimal.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'home') diff --git a/home/profiles/minimal.nix b/home/profiles/minimal.nix index d519374..5134dd7 100644 --- a/home/profiles/minimal.nix +++ b/home/profiles/minimal.nix @@ -1,7 +1,4 @@ -{ config, ... }: -let - inherit (config.home) username; -in +{ ... }: { imports = [ ../programs/cli/bat.nix @@ -10,6 +7,5 @@ in ../programs/shell/fish.nix ]; - home.homeDirectory = "/home/${username}"; home.stateVersion = "25.05"; } -- cgit v1.2.3