diff --git a/flake.lock b/flake.lock index 0be8cfe..8da0186 100644 --- a/flake.lock +++ b/flake.lock @@ -556,6 +556,24 @@ "type": "github" } }, + "hytale-launcher": { + "inputs": { + "nixpkgs": "nixpkgs_5" + }, + "locked": { + "lastModified": 1775840082, + "narHash": "sha256-7vLn6AaVuB8GAwwxNGWziYw90ZxZaRofawdvn05qprE=", + "owner": "zarilion", + "repo": "hytale-launcher-nix", + "rev": "30aef1c62122e0ec1b6b80c2b92cab84c333da84", + "type": "github" + }, + "original": { + "owner": "zarilion", + "repo": "hytale-launcher-nix", + "type": "github" + } + }, "ixx": { "inputs": { "flake-utils": [ @@ -588,7 +606,7 @@ "inputs": { "niri-stable": "niri-stable", "niri-unstable": "niri-unstable", - "nixpkgs": "nixpkgs_5", + "nixpkgs": "nixpkgs_6", "nixpkgs-stable": "nixpkgs-stable", "xwayland-satellite-stable": "xwayland-satellite-stable", "xwayland-satellite-unstable": "xwayland-satellite-unstable" @@ -664,7 +682,7 @@ "inputs": { "flake-compat": "flake-compat_2", "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs_6", + "nixpkgs": "nixpkgs_7", "nixpkgs-nixcord": "nixpkgs-nixcord" }, "locked": { @@ -824,6 +842,22 @@ } }, "nixpkgs_6": { + "locked": { + "lastModified": 1775423009, + "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_7": { "locked": { "lastModified": 1773222311, "narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=", @@ -839,7 +873,7 @@ "type": "github" } }, - "nixpkgs_7": { + "nixpkgs_8": { "locked": { "lastModified": 1775305101, "narHash": "sha256-/74n1oQPtKG52Yw41cbToxspxHbYz6O3vi+XEw16Qe8=", @@ -932,11 +966,12 @@ "home-manager": "home-manager", "honkai-railway-grub-theme": "honkai-railway-grub-theme", "hyprland": "hyprland", + "hytale-launcher": "hytale-launcher", "niri": "niri", "nix-index-database": "nix-index-database", "nixcord": "nixcord", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_7", + "nixpkgs": "nixpkgs_8", "nixvim": "nixvim", "unstablepkgs": "unstablepkgs" } diff --git a/flake.nix b/flake.nix index 1bf8e4f..cdf00dc 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; catppuccin.url = "github:catppuccin/nix"; + hytale-launcher.url = "github:zarilion/hytale-launcher-nix"; niri.url = "github:sodiboo/niri-flake"; hyprland.url = "github:hyprwm/Hyprland"; nixcord.url = "github:FlameFlag/nixcord"; diff --git a/modules/features/home/packages.nix b/modules/features/home/packages.nix index eca46e3..bf3a668 100644 --- a/modules/features/home/packages.nix +++ b/modules/features/home/packages.nix @@ -2,6 +2,7 @@ pkgs, lib, osconfig, + inputs, ... }: { @@ -14,7 +15,12 @@ gimp libreoffice-qt-fresh lutris + osu-lazer-bin + proton-pass + proton-authenticator + + inputs.hytale-launcher.packages.${pkgs.system}.default (lib.mkIf osconfig.device.programs.cider-2.enable cider-2) ]; }