Changes
3 changed files (+65/-1)
-
-
@@ -44,6 +44,8 @@ pkgs.monaspace# https://www.brailleinstitute.org/freefont/ pkgs.atkinson-hyperlegible-next pkgs.plac ]; home.sessionVariables = {
-
-
-
@@ -70,6 +70,24 @@ "repo": "flake-utils","type": "github" } }, "flake-utils_3": { "inputs": { "systems": "systems_3" }, "locked": { "lastModified": 1731533236, "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { "owner": "numtide", "repo": "flake-utils", "type": "github" } }, "home-manager": { "inputs": { "nixpkgs": [
-
@@ -168,12 +186,34 @@ "repo": "nixpkgs","type": "github" } }, "plac": { "inputs": { "flake-utils": "flake-utils_3", "nixpkgs": [ "nixpkgs" ] }, "locked": { "lastModified": 1761381652, "narHash": "sha256-bW5XdoGiRqI6p0uDWW6mqtDdBl7G9duA9/S6oStINRE=", "ref": "refs/heads/master", "rev": "03aef5b83ae6eb0a66f45fc03fea09b47cd2ac74", "revCount": 330, "type": "git", "url": "https://codeberg.org/pocka/plac-for-gtk4.git" }, "original": { "type": "git", "url": "https://codeberg.org/pocka/plac-for-gtk4.git" } }, "root": { "inputs": { "home-manager": "home-manager", "mac-app-util": "mac-app-util", "nixgl": "nixgl", "nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2", "plac": "plac" } }, "systems": {
-
@@ -192,6 +232,21 @@ "type": "github"} }, "systems_2": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", "repo": "default", "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", "type": "github" }, "original": { "owner": "nix-systems", "repo": "default", "type": "github" } }, "systems_3": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
-
-
-
@@ -33,6 +33,11 @@ nixgl = {url = "github:nix-community/nixGL"; inputs.nixpkgs.follows = "nixpkgs"; }; plac = { url = "git+https://codeberg.org/pocka/plac-for-gtk4.git"; inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs =
-
@@ -42,6 +47,7 @@ nixpkgs,home-manager, mac-app-util, nixgl, plac, }: let mkHomeConfiguration =
-
@@ -63,6 +69,7 @@ # Local packages(final: prev: { my-theme = prev.callPackage ./programs/theme { }; my-waybar-text = prev.callPackage ./programs/waybar-text { }; plac = plac.packages."${system}".default; }) ]; };
-