Restructured the packages into modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
flake.nixosModules.base = {lib, ...}: {
|
||||
flake.nixosModules.user = {lib, ...}: {
|
||||
options.preferences = {
|
||||
user.name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
||||
Reference in New Issue
Block a user