mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-16 15:10:06 +05:30
refactor: split code into modules
This commit is contained in:
8
modules/base/nixpkgs.nix
Normal file
8
modules/base/nixpkgs.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
joypixels.acceptLicense = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user