From d7d49c1ac90bd6bd53b46dde223438b2036fa596 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 00:11:23 -0400 Subject: [PATCH] Add stylix module. --- flake.lock | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++---- flake.nix | 6 ++++ 2 files changed, 94 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 6f2205c..702df63 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,49 @@ { "nodes": { + "ags": { + "inputs": { + "astal": "astal", + "nixpkgs": [ + "hyprpanel-stable-nixos", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1736090999, + "narHash": "sha256-B5CJuHqfJrzPa7tObK0H9669/EClSHpa/P7B9EuvElU=", + "owner": "aylur", + "repo": "ags", + "rev": "5527c3c07d92c11e04e7fd99d58429493dba7e3c", + "type": "github" + }, + "original": { + "owner": "aylur", + "repo": "ags", + "type": "github" + } + }, + "astal": { + "inputs": { + "nixpkgs": [ + "hyprpanel-stable-nixos", + "ags", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1735172721, + "narHash": "sha256-rtEAwGsHSppnkR3Qg3eRJ6Xh/F84IY9CrBBLzYabalY=", + "owner": "aylur", + "repo": "astal", + "rev": "6c84b64efc736e039a8a10774a4a1bf772c37aa2", + "type": "github" + }, + "original": { + "owner": "aylur", + "repo": "astal", + "type": "github" + } + }, "disko": { "inputs": { "nixpkgs": [ @@ -107,6 +151,26 @@ "type": "github" } }, + "hyprpanel-stable-nixos": { + "inputs": { + "ags": "ags", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1748284447, + "narHash": "sha256-99/GrZHZ+e8MLgUvEqLM0tXlVbgKBEYuGMHTigjYgvQ=", + "owner": "Jas-SinghFSU", + "repo": "HyprPanel", + "rev": "436dcbfcf2458784203d83c4b96e7b0c3fb66762", + "type": "github" + }, + "original": { + "owner": "Jas-SinghFSU", + "repo": "HyprPanel", + "rev": "436dcbfcf2458784203d83c4b96e7b0c3fb66762", + "type": "github" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -216,16 +280,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 1750994206, - "narHash": "sha256-3u6rEbIX9CN/5A5/mc3u0wIO1geZ0EhjvPBXmRDHqWM=", - "owner": "NixOS", + "lastModified": 1736344531, + "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "80d50fc87924c2a0d346372d242c27973cf8cdbf", + "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs-stable-nixos": { @@ -244,6 +310,20 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1750994206, + "narHash": "sha256-3u6rEbIX9CN/5A5/mc3u0wIO1geZ0EhjvPBXmRDHqWM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "80d50fc87924c2a0d346372d242c27973cf8cdbf", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "nixverse": { "inputs": { "nix-darwin": "nix-darwin", @@ -270,8 +350,9 @@ "inputs": { "disko-stable-nixos": "disko-stable-nixos", "home-manager-stable-nixos": "home-manager-stable-nixos", + "hyprpanel-stable-nixos": "hyprpanel-stable-nixos", "nix-flatpak-stable-nixos": "nix-flatpak-stable-nixos", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "nixpkgs-stable-nixos": "nixpkgs-stable-nixos", "nixverse": "nixverse", "zen-browser-stable-nixos": "zen-browser-stable-nixos" diff --git a/flake.nix b/flake.nix index 13169df..ab701aa 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,12 @@ url = "github:gmodena/nix-flatpak/?ref=latest"; }; + stylix-stable-nixos = { + #stylix.url = "github:danth/stylix/release-25.05"; + # Pin stylix to the last working version. + stylix.url = "github:danth/stylix?ref=75411fe2b90f67bfb4a2ad9cc3b1379758b64dbb"; + }; + zen-browser-stable-nixos = { url = "github:0xc000022070/zen-browser-flake"; inputs.nixpkgs.follows = "nixpkgs";