This website requires JavaScript.
Explore
Help
Sign In
axeman
/
pub-solar-os
Watch
1
Star
0
Fork
You've already forked pub-solar-os
0
forked from
pub-solar/os
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
b7b8b592fa
pub-solar-os
/
profiles
/
network
/
default.nix
4 lines
60 B
Nix
Raw
Normal View
History
Unescape
Escape
profiles: add concept of suites * Import attrs of profiles automatically with `defaultImport`. * Refactor profiles to ensure all are functions returning a module. * Add a suites.nix with collections of profiles. * Add suites as `specialArgs` to modules. * Add suite import to NixOS host.
2021-02-02 03:26:47 +00:00
{
.
.
.
}:
{
imports
=
[
./networkmanager
./adblocking
]
;
profiles: reorganize
2020-08-04 19:44:11 +00:00
}
Reference in a new issue
Copy permalink