Allow unfree

This commit is contained in:
Daniel Flanagan 2020-10-26 11:25:35 -05:00
parent a4bebff2b4
commit 6d76edc52b
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 4 additions and 0 deletions

1
env/nix/pkgs/config.nix vendored Normal file
View file

@ -0,0 +1 @@
{ allowUnfree = true; }

View file

@ -5,6 +5,9 @@
../modules/tmux.nix
../modules/neovim.nix
];
nixpkgs.config.allowUnfree = true;
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Chicago";