changed import style
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
{
|
{
|
||||||
lib = { inherit mkhomeManagerModules; };
|
lib = { inherit mkhomeManagerModules; };
|
||||||
|
|
||||||
homeManagerModules.default = ./homeManagerModules;
|
homeManagerModules.default = { ... } { imports = [ ./homeManagerModules ]; };
|
||||||
|
|
||||||
nixosModules.default = { config, ... }: {
|
nixosModules.default = { config, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@@ -67,6 +67,9 @@
|
|||||||
spotify
|
spotify
|
||||||
sublime4
|
sublime4
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
|
] ++ lib.optionals config._1password [
|
||||||
|
_1password-cli
|
||||||
|
gh # GitHub CLI with 1Password integration
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager can also manage your environment variables through
|
# Home Manager can also manage your environment variables through
|
||||||
|
|||||||
Reference in New Issue
Block a user