fix(home): set correct namespace for environment variable

This commit is contained in:
2025-12-28 20:19:37 +01:00
parent a535f00e54
commit d913c6cc02
2 changed files with 8 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
{
# use flakes and nix command
nix.settings.experimental-feature = [ "nix-command" "flakes" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# links /libexec from derivations to /run/current-system/sw
environment.pathsToLink = [ "/libexec" ];