mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
so many tests
This commit is contained in:
+5
-5
@@ -9,10 +9,10 @@ let
|
||||
}:
|
||||
let
|
||||
# Paths
|
||||
beetsPath = "${inputs.zeroq.dirs.wsl-storage}/beets/linux";
|
||||
#sshPath = "${inputs.zeroq.dirs.storage}/ssh/${inputs.zeroq.devices.server.hostname}";
|
||||
beetsPath = "${config.xlib.dirs.wsl-storage}/beets/linux";
|
||||
#sshPath = "${config.xlib.dirs.storage}/ssh/${config.xlib.devices.server.hostname}";
|
||||
musicPath = "${config.home.homeDirectory}/External/Music";
|
||||
externalPath = "${inputs.zeroq.dirs.wsl-home}";
|
||||
externalPath = "${config.xlib.dirs.wsl-home}";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -42,7 +42,7 @@ let
|
||||
};
|
||||
|
||||
home = {
|
||||
#username = "${inputs.zeroq.devices.admin}";
|
||||
#username = "${config.xlib.devices.admin}";
|
||||
file = {
|
||||
"External" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink externalPath;
|
||||
@@ -69,7 +69,7 @@ let
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.${inputs.zeroq.devices.admin} = homeModule;
|
||||
users.${config.xlib.devices.admin} = homeModule;
|
||||
# sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
# extraSpecialArgs = {
|
||||
# inherit (config.networking) hostName;
|
||||
|
||||
Reference in New Issue
Block a user