aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/minimal.nix6
1 files changed, 1 insertions, 5 deletions
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";
}