forked from colonelpanic/dotfiles
parent
af235a953f
commit
014c81db14
@ -7,6 +7,13 @@
|
||||
./environment.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes ca-references
|
||||
'';
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = with inputs; [
|
||||
xmonad.overlay
|
||||
xmonad-contrib.overlay
|
||||
|
Loading…
Reference in New Issue
Block a user