From bdb08351ce1afc15264658bcbb6ec03144874759 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 28 Oct 2024 23:57:03 -0400 Subject: Changed firefox to nightly bin overlay. Flake will be impure for the time being while I try sidebar tabs... :/ --- home-config/nix-home-manager/flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'home-config/nix-home-manager/flake.nix') diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 419cf50..becb34f 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix @@ -13,23 +13,24 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hyprland = { - url = "github:hyprwm/hyprland/main"; + url = "github:hyprwm/hyprland/v0.44.1"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.aquamarine.url = "github:hyprwm/aquamarine/main"; }; nixgl = { url = "github:nix-community/nixGL/310f8e49a149e4c9ea52f1adf70cdc768ec53f8a"; inputs.nixpkgs.follows = "nixpkgs"; }; + mozff.url = "github:mozilla/nixpkgs-mozilla"; }; - outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, nixgl, ... }@inputs: + outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, nixgl, mozff, ... }@inputs: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; overlays = [ hyprpicker-git.overlays.default nixgl.overlay + mozff.overlays.firefox ]; in { homeConfigurations."ryan" = home-manager.lib.homeManagerConfiguration { @@ -38,8 +39,8 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. modules = [ - ./home.nix {nixpkgs.overlays = overlays;} + ./home.nix { _module.args = { inherit hyprland; @@ -50,7 +51,7 @@ # Optionally use extraSpecialArgs # to pass through arguments to home.nix - #extraSpecialArgs = { inherit inputs; }; + # extraSpecialArgs = { inherit overlays; }; }; }; } -- cgit v1.2.3