|
15 | 15 | # cfg-work.url = "github:esselius/cfg-work"; |
16 | 16 | raspberry-pi-nix.url = "github:tstat/raspberry-pi-nix/v0.4.1"; |
17 | 17 | raspberry-pi-nix.inputs.nixpkgs.follows = "nixpkgs"; |
18 | | - authentik-nix.url = "github:nix-community/authentik-nix/version/2025.2.1"; |
19 | | - authentik-nix.inputs.nixpkgs.follows = "nixpkgs"; |
20 | | - authentik-nix.inputs.flake-parts.follows = "flake-parts"; |
| 18 | + authentik-nix = { |
| 19 | + url = "github:nix-community/authentik-nix/version/2025.2.1"; |
| 20 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 21 | + inputs.flake-parts.follows = "flake-parts"; |
| 22 | + }; |
21 | 23 |
|
22 | 24 | nix-darwin.url = "github:lnl7/nix-darwin/nix-darwin-24.11"; |
23 | 25 | nix-darwin.inputs.nixpkgs.follows = "nixpkgs-darwin"; |
24 | 26 | home-manager.url = "github:nix-community/home-manager/release-24.11"; |
25 | 27 | home-manager.inputs.nixpkgs.follows = "nixpkgs"; |
26 | | - nix-homebrew.url = "github:zhaofengli/nix-homebrew"; |
27 | | - nix-homebrew.inputs.nix-darwin.follows = "nix-darwin"; |
28 | | - nix-homebrew.inputs.nixpkgs.follows = "nixpkgs-darwin"; |
| 28 | + nix-homebrew = { |
| 29 | + url = "github:zhaofengli/nix-homebrew"; |
| 30 | + inputs.nix-darwin.follows = "nix-darwin"; |
| 31 | + inputs.nixpkgs.follows = "nixpkgs-darwin"; |
| 32 | + }; |
29 | 33 |
|
30 | 34 | flake-parts.url = "github:hercules-ci/flake-parts"; |
31 | | - ez-configs.url = "github:ehllie/ez-configs"; |
32 | | - ez-configs.inputs.nixpkgs.follows = "nixpkgs"; |
33 | | - ez-configs.inputs.flake-parts.follows = "flake-parts"; |
| 35 | + ez-configs = { |
| 36 | + url = "github:ehllie/ez-configs"; |
| 37 | + inputs.nixpkgs.follows = "nixpkgs"; |
| 38 | + inputs.flake-parts.follows = "flake-parts"; |
| 39 | + }; |
34 | 40 |
|
35 | | - agenix.url = "github:ryantm/agenix"; |
36 | | - agenix.inputs.nixpkgs.follows = "nixpkgs"; |
37 | | - agenix.inputs.home-manager.follows = "home-manager"; |
38 | | - agenix.inputs.darwin.follows = "nix-darwin"; |
| 41 | + agenix = { |
| 42 | + url = "github:ryantm/agenix"; |
| 43 | + inputs = { |
| 44 | + nixpkgs.follows = "nixpkgs"; |
| 45 | + home-manager.follows = "home-manager"; |
| 46 | + darwin.follows = "nix-darwin"; |
| 47 | + }; |
| 48 | + }; |
39 | 49 |
|
40 | 50 | nix-index-database.url = "github:nix-community/nix-index-database"; |
41 | 51 | nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; |
|
56 | 66 | root = ./.; |
57 | 67 | globalArgs = { inherit inputs; }; |
58 | 68 |
|
59 | | - darwin.hosts.Fox.userHomeModules = [ "peteresselius" ]; |
60 | | - darwin.hosts.Petere-MBP.userHomeModules = [ "peteresselius" ]; |
61 | | - nixos.hosts.adama.userHomeModules = [ "peteresselius" ]; |
62 | | - nixos.hosts.vm.userHomeModules = [ "peteresselius" ]; |
63 | | - nixos.hosts.starbuck.userHomeModules = [ "peteresselius" ]; |
| 69 | + darwin.hosts = { |
| 70 | + Fox.userHomeModules = [ "peteresselius" ]; |
| 71 | + Petere-MBP.userHomeModules = [ "peteresselius" ]; |
| 72 | + }; |
| 73 | + nixos.hosts = { |
| 74 | + adama.userHomeModules = [ "peteresselius" ]; |
| 75 | + vm.userHomeModules = [ "peteresselius" ]; |
| 76 | + starbuck.userHomeModules = [ "peteresselius" ]; |
| 77 | + }; |
64 | 78 | }; |
65 | 79 |
|
66 | 80 | dev.enable = true; |
|
0 commit comments