Changes
2 changed files (+111/-1)
-
-
@@ -1,5 +1,54 @@{ "nodes": { "cl-nix-lite": { "locked": { "lastModified": 1717972076, "narHash": "sha256-hnZEsDInTcsVSL5LBGDAZegAxVLBus/wiJh+sNM15zU=", "owner": "hraban", "repo": "cl-nix-lite", "rev": "cc920bfb0a6402d3871f470c98d65266126973e4", "type": "github" }, "original": { "owner": "hraban", "repo": "cl-nix-lite", "type": "github" } }, "flake-compat": { "flake": false, "locked": { "lastModified": 1697816753, "narHash": "sha256-40to80AEIyKCQI0xMKCeF5ePoIKTYgjVVCZeu4CnTxM=", "owner": "hraban", "repo": "flake-compat", "rev": "6025bade1336a36014639bc3f67eacc853dab78f", "type": "github" }, "original": { "owner": "hraban", "ref": "fixed-output", "repo": "flake-compat", "type": "github" } }, "flake-utils": { "inputs": { "systems": "systems" }, "locked": { "lastModified": 1710146030, "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { "id": "flake-utils", "type": "indirect" } }, "home-manager": { "inputs": { "nixpkgs": [
-
@@ -20,8 +69,45 @@ "repo": "home-manager","type": "github" } }, "mac-app-util": { "inputs": { "cl-nix-lite": "cl-nix-lite", "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1718336101, "narHash": "sha256-ynZTySa2iTry8be1NZMrnDoya1vZBfM3chBzHNHEYZw=", "owner": "hraban", "repo": "mac-app-util", "rev": "a3873969fc0198b308881cbd9a1863e6ca429f26", "type": "github" }, "original": { "owner": "hraban", "repo": "mac-app-util", "type": "github" } }, "nixpkgs": { "locked": { "lastModified": 1717868076, "narHash": "sha256-c83Y9t815Wa34khrux81j8K8ET94ESmCuwORSKm2bQY=", "owner": "NixOS", "repo": "nixpkgs", "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9", "type": "github" } }, "nixpkgs_2": { "locked": { "lastModified": 1710097495, "narHash": "sha256-B7Ea7q7hU7SE8wOPJ9oXEBjvB89yl2csaLjf5v/7jr8=", "owner": "NixOS",
-
@@ -39,7 +125,23 @@ },"root": { "inputs": { "home-manager": "home-manager", "nixpkgs": "nixpkgs" "mac-app-util": "mac-app-util", "nixpkgs": "nixpkgs_2" } }, "systems": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", "repo": "default", "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", "type": "github" }, "original": { "owner": "nix-systems", "repo": "default", "type": "github" } } },
-
-
-
@@ -8,12 +8,17 @@ home-manager = {url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; mac-app-util = { url = "github:hraban/mac-app-util"; }; }; outputs = { self , nixpkgs , home-manager , mac-app-util , }: let
-
@@ -31,6 +36,9 @@ pkgs = nixpkgs.legacyPackages.${system};modules = [ # Fix Home-Manager on MacOS cannot register GUI applications and Spotlight # won't find those applications. mac-app-util.homeManagerModules.default ./features ({ config, ... }: rec { # Turn off Home Manager news bs
-