mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+4
-8
@@ -44,10 +44,6 @@ let
|
||||
home = {
|
||||
username = "${inputs.zeroq.devices.admin}";
|
||||
file = {
|
||||
# "ssh" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/ssh/${config.home.username}";
|
||||
# target = ".ssh";
|
||||
# };
|
||||
"External" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink externalPath;
|
||||
target = "External";
|
||||
@@ -74,10 +70,10 @@ let
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.${inputs.zeroq.devices.admin} = homeModule;
|
||||
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
extraSpecialArgs = {
|
||||
inherit (config.networking) hostName;
|
||||
};
|
||||
# sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
# extraSpecialArgs = {
|
||||
# inherit (config.networking) hostName;
|
||||
# };
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user