env: allow unfree pkgs by default
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
3c7e07ad80
commit
5d472b2799
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue