Changes
3 changed files (+77/-3)
-
-
@@ -4,7 +4,7 @@ config = lib.mkIf config.features.gui.enable {programs.ghostty = { enable = true; package = pkgs.ghostty; package = if pkgs.stdenv.isDarwin then pkgs.nur.repos.DimitarNestorov.ghostty else pkgs.ghostty; settings = { font-size = 14;
-
-
-
@@ -32,6 +32,27 @@ "repo": "flake-compat","type": "github" } }, "flake-parts": { "inputs": { "nixpkgs-lib": [ "nur", "nixpkgs" ] }, "locked": { "lastModified": 1733312601, "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", "owner": "hercules-ci", "repo": "flake-parts", "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", "type": "github" }, "original": { "owner": "hercules-ci", "repo": "flake-parts", "type": "github" } }, "flake-utils": { "inputs": { "systems": [
-
@@ -141,12 +162,35 @@ "repo": "nixpkgs","type": "github" } }, "nur": { "inputs": { "flake-parts": "flake-parts", "nixpkgs": [ "nixpkgs" ], "treefmt-nix": "treefmt-nix" }, "locked": { "lastModified": 1739669254, "narHash": "sha256-081l707GpIdFlnY7wA6Qa4hvfkbO/BVxNZPK9WgvLhE=", "owner": "nix-community", "repo": "NUR", "rev": "84bb49a5943bded2f83ce483c5102bea01ba6d5e", "type": "github" }, "original": { "owner": "nix-community", "repo": "NUR", "type": "github" } }, "root": { "inputs": { "hm-ghostty": "hm-ghostty", "home-manager": "home-manager", "mac-app-util": "mac-app-util", "nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2", "nur": "nur" } }, "systems": {
-
@@ -161,6 +205,27 @@ },"original": { "owner": "nix-systems", "repo": "default-darwin", "type": "github" } }, "treefmt-nix": { "inputs": { "nixpkgs": [ "nur", "nixpkgs" ] }, "locked": { "lastModified": 1733222881, "narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=", "owner": "numtide", "repo": "treefmt-nix", "rev": "49717b5af6f80172275d47a418c9719a31a78b53", "type": "github" }, "original": { "owner": "numtide", "repo": "treefmt-nix", "type": "github" } }
-
-
-
@@ -9,6 +9,11 @@ url = "github:nix-community/home-manager";inputs.nixpkgs.follows = "nixpkgs"; }; nur = { url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; }; mac-app-util = { url = "github:hraban/mac-app-util"; };
-
@@ -22,6 +27,7 @@ outputs ={ self , nixpkgs , home-manager , nur , mac-app-util , hm-ghostty ,
-
@@ -37,7 +43,10 @@ , # Color themetheme ? ./themes/catppuccin }: home-manager.lib.homeManagerConfiguration rec { pkgs = nixpkgs.legacyPackages.${system}; pkgs = import nixpkgs { inherit system; overlays = [ nur.overlays.default ]; }; modules = [
-