Changes
3 changed files (+65/-2)
-
-
@@ -4,7 +4,11 @@ config = lib.mkIf config.features.gui.enable {programs.ghostty = { enable = true; package = if pkgs.stdenv.isDarwin then pkgs.nur.repos.DimitarNestorov.ghostty else pkgs.ghostty; package = if pkgs.stdenv.isDarwin then pkgs.nur.repos.DimitarNestorov.ghostty else config.lib.nixGL.wrap pkgs.ghostty; settings = { # Somehow Ghostty renders Monaspace in incorrect size at either of platform.
-
-
-
@@ -73,6 +73,21 @@ "id": "flake-utils","type": "indirect" } }, "flake-utils_2": { "locked": { "lastModified": 1659877975, "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", "owner": "numtide", "repo": "flake-utils", "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", "type": "github" }, "original": { "owner": "numtide", "repo": "flake-utils", "type": "github" } }, "hm-ghostty": { "locked": { "lastModified": 1702368251,
-
@@ -130,6 +145,25 @@ "repo": "mac-app-util","type": "github" } }, "nixgl": { "inputs": { "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1713543440, "narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=", "owner": "nix-community", "repo": "nixGL", "rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a", "type": "github" }, "original": { "owner": "nix-community", "repo": "nixGL", "type": "github" } }, "nixpkgs": { "locked": { "lastModified": 1732617236,
-
@@ -147,6 +181,21 @@ "type": "github"} }, "nixpkgs_2": { "locked": { "lastModified": 1660551188, "narHash": "sha256-a1LARMMYQ8DPx1BgoI/UN4bXe12hhZkCNqdxNi6uS0g=", "owner": "nixos", "repo": "nixpkgs", "rev": "441dc5d512153039f19ef198e662e4f3dbb9fd65", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_3": { "locked": { "lastModified": 1741708242, "narHash": "sha256-cNRqdQD4sZpN7JLqxVOze4+WsWTmv2DGH0wNCOVwrWc=",
-
@@ -189,7 +238,8 @@ "inputs": {"hm-ghostty": "hm-ghostty", "home-manager": "home-manager", "mac-app-util": "mac-app-util", "nixpkgs": "nixpkgs_2", "nixgl": "nixgl", "nixpkgs": "nixpkgs_3", "nur": "nur" } },
-
-
-
@@ -21,6 +21,10 @@hm-ghostty = { url = "github:clo4/ghostty-hm-module"; }; nixgl = { url = "github:nix-community/nixGL"; }; }; outputs =
-
@@ -30,6 +34,7 @@ , home-manager, nur , mac-app-util , hm-ghostty , nixgl , }: let
-
@@ -129,6 +134,10 @@ system = "x86_64-linux";module = { features.wayland-de.enable = true; features.gui.enable = true; nixGL.packages = nixgl.packages; nixGL.defaultWrapper = "mesa"; nixGL.installScripts = [ "mesa" ]; wayland.windowManager.sway.config = { startup = [
-