shortened
This commit is contained in:
@@ -42,11 +42,7 @@
|
|||||||
{
|
{
|
||||||
lib = { inherit mkhomeManagerModules; };
|
lib = { inherit mkhomeManagerModules; };
|
||||||
|
|
||||||
homeManagerModules.default = { ... }: {
|
homeManagerModules.default = ./homeManagerModules;
|
||||||
imports = [
|
|
||||||
./homeManagerModules
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
nixosModules.default = { config, ... }: {
|
nixosModules.default = { config, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user