diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,9 @@ }; outputs = inputs@{ home-manager-stable, home-manager-unstable, nixos-hardware, nixpkgs-stable, nixpkgs-unstable, nvidia-patch, sops-nix, ... }: rec { + + nixpkgs.overlays = [ inputs.nvidia-patch.overlays.default ]; + nixosConfigurations = { arrakis = nixpkgs-unstable.lib.nixosSystem { pkgs = pkgs-unstable; @@ -115,4 +118,5 @@ overlays = [(import ./pkgs)]; }; }; + } |