Changes
4 changed files (+51/-16)
-
-
@@ -77,11 +77,11 @@ "nixpkgs"] }, "locked": { "lastModified": 1753983724, "narHash": "sha256-2vlAOJv4lBrE+P1uOGhZ1symyjXTRdn/mz0tZ6faQcg=", "lastModified": 1758250706, "narHash": "sha256-Jv/V+PNi5RyqCUK2V6YJ0iCqdLPutU69LZas85EBUaU=", "owner": "nix-community", "repo": "home-manager", "rev": "7035020a507ed616e2b20c61491ae3eaa8e5462c", "rev": "363007f12930caf8b0ea59c0bf5be109c52ad0ef", "type": "github" }, "original": {
-
@@ -98,14 +98,15 @@ "flake-utils": "flake-utils","nixpkgs": [ "nixpkgs" ], "systems": "systems" "systems": "systems", "treefmt-nix": "treefmt-nix" }, "locked": { "lastModified": 1742156590, "narHash": "sha256-aTM/2CrNN5utdVEQGsOA+kl4UozgH7VPLBQL5OXtBrg=", "lastModified": 1756057867, "narHash": "sha256-ziR5eQGqRWhW8tf8r0TIplaqNt+HXu1G1X41LUr4IYo=", "owner": "hraban", "repo": "mac-app-util", "rev": "341ede93f290df7957047682482c298e47291b4d", "rev": "8414fa1e2cb775b17793104a9095aabeeada63ef", "type": "github" }, "original": {
-
@@ -137,11 +138,27 @@ }}, "nixpkgs": { "locked": { "lastModified": 1753934836, "narHash": "sha256-G06FmIBj0I5bMW1Q8hAEIl5N7IHMK7+Ta4KA+BmneDA=", "lastModified": 1754340878, "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=", "owner": "nixos", "repo": "nixpkgs", "rev": "cab778239e705082fe97bb4990e0d24c50924c04", "type": "github" }, "original": { "owner": "nixos", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_2": { "locked": { "lastModified": 1758213207, "narHash": "sha256-rqoqF0LEi+6ZT59tr+hTQlxVwrzQsET01U4uUdmqRtM=", "owner": "NixOS", "repo": "nixpkgs", "rev": "8679b16e11becd487b45d568358ddf9d5640d860", "rev": "f4b140d5b253f5e2a1ff4e5506edbf8267724bde", "type": "github" }, "original": {
-
@@ -156,7 +173,7 @@ "inputs": {"home-manager": "home-manager", "mac-app-util": "mac-app-util", "nixgl": "nixgl", "nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs_2" } }, "systems": {
-
@@ -186,6 +203,24 @@ },"original": { "owner": "nix-systems", "repo": "default", "type": "github" } }, "treefmt-nix": { "inputs": { "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1755934250, "narHash": "sha256-CsDojnMgYsfshQw3t4zjRUkmMmUdZGthl16bXVWgRYU=", "owner": "numtide", "repo": "treefmt-nix", "rev": "74e1a52d5bd9430312f8d1b8b0354c92c17453e5", "type": "github" }, "original": { "owner": "numtide", "repo": "treefmt-nix", "type": "github" } }
-
-
-
@@ -21,7 +21,7 @@ tzdata,pkg-config, stdenvNoCC, installShellFiles, zig, zig_0_14, }: stdenvNoCC.mkDerivation rec { pname = "my-theme";
-
@@ -33,7 +33,7 @@ tzdata]; nativeBuildInputs = [ pkg-config zig.hook zig_0_14.hook installShellFiles ];
-
-
-
@@ -14,12 +14,12 @@ # limitations under the License.# # SPDX-License-Identifier: Apache-2.0 { stdenvNoCC, zig }: { stdenvNoCC, zig_0_14 }: stdenvNoCC.mkDerivation rec { pname = "my-waybar-text"; version = "1.0.0"; nativeBuildInputs = [ zig.hook ]; nativeBuildInputs = [ zig_0_14.hook ]; src = ./.;
-
-
-
@@ -258,7 +258,7 @@ darkFlavor = if cfg.flavor == "latte" then "mocha" else cfg.flavor;in { settings = { theme = "light:catppuccin-latte-corrected,dark:catppuccin-${darkFlavor}"; theme = "light:catppuccin-latte-corrected,dark:Catppuccin ${lib.strings.toSentenceCase darkFlavor}"; }; themes.catppuccin-latte-corrected = {
-