File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 url = "github:homebrew/homebrew-cask" ;
2525 flake = false ;
2626 } ;
27+ mac-app-util . url = "github:hraban/mac-app-util" ;
2728 profile . url = "github:stackptr/profile" ;
2829 profile . inputs . nixpkgs . follows = "nixpkgs" ;
2930 disko . url = "github:nix-community/disko" ;
Original file line number Diff line number Diff line change 99 homebrew-bundle ,
1010 homebrew-core ,
1111 homebrew-cask ,
12+ mac-app-util ,
1213 profile ,
1314 disko ,
1415 ...
7475 } ;
7576 modules = [
7677 nix-homebrew . darwinModules . nix-homebrew
78+ mac-app-util . darwinModules . default
7779 ./../modules/base.nix
7880 ./../modules/darwin.nix
7981 ./../hosts/${ hostname }
8082 home-manager . darwinModules . home-manager
8183 baseHomeManager
84+ {
85+ home-manager . sharedModules = [
86+ mac-app-util . homeManagerModules . default
87+ ] ;
88+ }
8289 {
8390 nix-homebrew = {
8491 enable = true ;
You can’t perform that action at this time.
0 commit comments