From 3583cee864cf63f83c3eaf849d225a787dc89496 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 25 Feb 2023 11:32:45 -0500 Subject: add firefox config --- flake.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3bba09e..8504d73 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,13 @@ { inputs = { + home-manager.url = "github:nix-community/home-manager"; + home-manager.inputs.nixpkgs.follows = "nixpkgs"; + lanzaboote.url = "github:nix-community/lanzaboote"; nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; nixos-wsl.url = "github:nix-community/NixOS-WSL?ref=main"; - home-manager.url = "github:nix-community/home-manager"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; nixos-hardware.url = "github:NixOS/nixos-hardware"; - lanzaboote.url = "github:nix-community/lanzaboote"; + nur.url = "github:nix-community/NUR"; }; outputs = inputs @ { @@ -16,6 +17,7 @@ nixos-wsl, nixpkgs, nixpkgsUnstable, + nur, ... }: let supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; @@ -44,8 +46,12 @@ nixos-hardware.nixosModules.common-gpu-nvidia-nonprime nixos-hardware.nixosModules.common-pc-ssd lanzaboote.nixosModules.lanzaboote + nur.nixosModules.nur ./users/seth + { + nixpkgs.overlays = [nur.overlay]; + } ]; specialArgs = { desktop = "gnome"; -- cgit v1.2.3