This website requires JavaScript.
Explore
Help
Sign In
materus
/
nixos-config
mirror of
https://github.com/materusPL/nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
nixos-config
/
configurations
/
profile
/
default.nix
17 lines
150 B
Nix
Raw
Permalink
Blame
History
{
osProfile
=
{
imports
=
[
./os
./common
]
;
}
;
homeProfile
=
{
imports
=
[
./common
./home
]
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink