refactor(unfree): move the unfree setting to the settings module

This commit is contained in:
2026-03-21 16:43:43 +01:00
parent 02a5d03d1a
commit 4e9ffcf6bd
2 changed files with 3 additions and 5 deletions

View File

@@ -32,10 +32,11 @@
};
};
# allow unfree packages (steam, protonvpn, discord, etc.)
nixpkgs.config.allowUnfree = true;
# links /libexec from derivations to /run/current-system/sw
environment.pathsToLink = [ "/libexec" ];
# set the default editor to vim
environment.variables.EDITOR = "vim";
# enable home-manager globally
home-manager.useGlobalPkgs = true;