forked from colonelpanic/dotfiles
[NixOS] Add jay-lenovo-wsl and wsl support
This commit is contained in:
17
nixos/nix.nix
Normal file
17
nixos/nix.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = with inputs; [
|
||||
# nix.overlays.default
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
|
||||
# Allow all the things
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
Reference in New Issue
Block a user