From 5beba03bf317cc496c0f590a79930cc6419dc8ad Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 26 Nov 2025 16:04:31 -0500 Subject: update commits --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 232bf2f..31857e7 100644 --- a/flake.nix +++ b/flake.nix @@ -3,18 +3,18 @@ inputs = { # nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/2493002b10ccef0880f72d7720538f91fb4f7434"; # home manager home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # hyprland - hyprland.url = "github:hyprwm/Hyprland/v0.51.1"; + hyprland.url = "github:hyprwm/Hyprland/v0.52.1"; hyprland.inputs.nixpkgs.follows = "nixpkgs"; # hyprland plugins - hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.51.0"; + hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.52.0"; hyprland-plugins.inputs.hyprland.follows = "hyprland"; # hyprland hy3 - hy3.url = "github:outfoxxed/hy3/hl0.51.0"; + hy3.url = "github:outfoxxed/hy3/hl0.52.0"; hy3.inputs.hyprland.follows = "hyprland"; # sops sops-nix.url = "github:Mic92/sops-nix"; @@ -64,7 +64,7 @@ mkSystem = file: system: nixpkgs.lib.nixosSystem { inherit system; - specialArgs = {inherit inputs;}; + specialArgs = {inherit inputs system;}; modules = [ ./system ./options.nix @@ -76,7 +76,7 @@ in home-manager.lib.homeManagerConfiguration { inherit (hostModule) pkgs; - extraSpecialArgs = {inherit inputs;}; + extraSpecialArgs = {inherit inputs system;}; modules = [ ./home ./options.nix -- cgit v1.2.3-freya