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:36:49 -05:00
parent 35392f6785
commit bb5c008b93
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 11 additions and 13 deletions

View file

@ -7,7 +7,7 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs = {
config.allowUnfree = true;
overlays = import ../overlays.nix;
overlays = import ../overlays.nix inputs;
};
networking.networkmanager.enable = true;