This website requires JavaScript.
Explore
Help
Sign In
nix
/
System
Watch
2
Fork
You've already forked System
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
754e42af79
System
/
machines
/
tablet
/
home.nix
6 lines
81 B
Nix
Raw
Normal View
History
Unescape
Escape
home.nix
2022-09-04 03:21:18 -04:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
Start port to darwin Get a working basic darwin config, including: - Emacs - Core utils - Linking nix applications into ~/Applications - Managing homebrew through nix - Switch from nixpkgs-fmt to nixfmt - Compile aspell with the needed dicts to make getting it working on mac smoother
2022-10-13 22:13:43 -04:00
nathan
=
{
config
=
{
isDesktop
=
true
;
}
;
}
;
home.nix
2022-09-04 03:21:18 -04:00
}