mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user