[NixOS] Fixes

This commit is contained in:
Ivan Malison 2022-09-16 16:47:26 -06:00
parent 901f003cf3
commit 3adbe2e2e6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -7,13 +7,6 @@
./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