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
c555f7ceee
System
/
machines
/
tablet
/
configuration.nix
7 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
Factor out non-linux-specific utilities
2022-09-04 02:32:49 -04:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
home.nix
2022-09-04 03:21:18 -04:00
{
home-manager
.
config
=
import
./home.nix
;
}