Allow unfree
This commit is contained in:
parent
a4bebff2b4
commit
6d76edc52b
1
env/nix/pkgs/config.nix
vendored
Normal file
1
env/nix/pkgs/config.nix
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{ allowUnfree = true; }
|
3
env/nix/profiles/base.nix
vendored
3
env/nix/profiles/base.nix
vendored
|
@ -5,6 +5,9 @@
|
|||
../modules/tmux.nix
|
||||
../modules/neovim.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
|
|
Reference in a new issue