mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30: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";
|
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/KeePassXC";
|
||||||
target = "keepassxc";
|
target = "keepassxc";
|
||||||
};
|
};
|
||||||
# "beets" = {
|
|
||||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/beets/linux";
|
|
||||||
# target = "beets";
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
userDirs = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -91,7 +87,6 @@ let
|
|||||||
users.${inputs.zeroq.devices.admin} = homeModule;
|
users.${inputs.zeroq.devices.admin} = homeModule;
|
||||||
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
#inherit inputs;
|
|
||||||
inherit (config.networking) hostName;
|
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 = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autostart.enable = true;
|
autostart.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user