1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2025-01-01 17:29:54 -05:00
parent c1f4cb856e
commit 35392f6785
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 15 additions and 10 deletions

View file

@ -7,15 +7,7 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs = {
config.allowUnfree = true;
overlays = [
inputs.nur.overlays.default
inputs.fenix.overlays.default
(final: prev: {
unstable = import inputs.nixpkgs-unstable {
system = prev.system;
};
})
];
overlays = import ../overlays.nix;
};
networking.networkmanager.enable = true;