This commit is contained in:
2025-05-18 00:21:12 +03:00
parent 1b32112dc9
commit 6ddf0d5d84
2 changed files with 4 additions and 6 deletions
-5
View File
@@ -33,10 +33,6 @@ let
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/KeePassXC";
target = "keepassxc";
};
# "beets" = {
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/beets/linux";
# target = "beets";
# };
};
userDirs = {
enable = true;
@@ -91,7 +87,6 @@ let
users.${inputs.zeroq.devices.admin} = homeModule;
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
extraSpecialArgs = {
#inherit inputs;
inherit (config.networking) hostName;
};
};
+4 -1
View File
@@ -8,7 +8,10 @@ let
...
}:
{
imports = [ inputs.self.homeModules.default inputs.self.homeModules.links ];
imports = [
inputs.self.homeModules.default
inputs.self.homeModules.links
];
xdg = {
enable = true;
autostart.enable = true;