1
1
Fork 0

env: allow unfree pkgs by default

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-01 10:31:03 -06:00
parent 3c7e07ad80
commit 5d472b2799
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -33,6 +33,10 @@ in {
# https://wiki.nixos.org/wiki/Wayland#Electron_and_Chromium
NIXOS_OZONE_WL = mkIf cfg.wayland "1";
ELECTRON_OZONE_PLATFORM_HINT = mkIf cfg.wayland "auto";
# Allow unfree packages by default
#?? nix shell nixpkgs#PACKAGE --impure
NIXPKGS_ALLOW_UNFREE = "1";
};
shellAliases = {