fix(home): set correct namespace for environment variable
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user