aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0a72e70..f5fab7d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,10 +23,14 @@
username = "schererleander";
email = "leander@schererleander.de";
desktop = "nixos";
+ pkgs = import nixpkgs {
+ overlays = [ (import ./overlays/minbrowser.nix) ];
+ };
in {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = linux-system;
specialArgs = { inherit inputs; };
+ pkgs = pkgs;
modules = [
./hosts/nixos/configuration.nix