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
730482c98b
nixos-config
/
configurations
/
profile
/
default.nix
17 lines
150 B
Nix
Raw
Normal View
History
Unescape
Escape
Init commit
2023-10-08 11:42:08 +02:00
{
osProfile
=
{
imports
=
[
./os
./common
]
;
}
;
homeProfile
=
{
imports
=
[
./common
./home
]
;
}
;
configurations: formatting and some cleaning
2023-10-27 17:00:26 +02:00
}