mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
+3
-2
@@ -54,8 +54,9 @@ let
|
|||||||
//
|
//
|
||||||
lib.optionalAttrs
|
lib.optionalAttrs
|
||||||
(builtins.elem xlib.device.type [
|
(builtins.elem xlib.device.type [
|
||||||
"secondary"
|
"test"
|
||||||
"primary"
|
#"secondary"
|
||||||
|
#"primary"
|
||||||
])
|
])
|
||||||
{
|
{
|
||||||
snity = mkOthersModule "snity";
|
snity = mkOthersModule "snity";
|
||||||
|
|||||||
+2
-2
@@ -19,11 +19,11 @@ let
|
|||||||
|
|
||||||
"${config.home.homeDirectory}/Games/PrismLaunchers/${config.home.username}" =
|
"${config.home.homeDirectory}/Games/PrismLaunchers/${config.home.username}" =
|
||||||
".local/share/PrismLauncher";
|
".local/share/PrismLauncher";
|
||||||
"${xlib.dirs.vetymae-drive}/Users/oqyude/Music" = "Music";
|
#"${xlib.dirs.vetymae-drive}/Users/oqyude/Music" = "Music";
|
||||||
|
|
||||||
# smthng
|
# smthng
|
||||||
# "${xlib.dirs.soptur-drive}/AI/LM Studio" = ".lmstudio";
|
# "${xlib.dirs.soptur-drive}/AI/LM Studio" = ".lmstudio";
|
||||||
"${xlib.dirs.therima-drive}" = "External";
|
#"${xlib.dirs.therima-drive}" = "External";
|
||||||
};
|
};
|
||||||
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
||||||
name = targetPath;
|
name = targetPath;
|
||||||
|
|||||||
+1
-5
@@ -19,11 +19,7 @@ let
|
|||||||
|
|
||||||
"${config.home.homeDirectory}/Games/PrismLaunchers/${config.home.username}" =
|
"${config.home.homeDirectory}/Games/PrismLaunchers/${config.home.username}" =
|
||||||
".local/share/PrismLauncher";
|
".local/share/PrismLauncher";
|
||||||
# "${xlib.dirs.lamet-drive}/Users/oqyude/Storage" = "Storage";
|
#"${xlib.dirs.lamet-drive}/Users/oqyude/Music" = "Music";
|
||||||
"${xlib.dirs.lamet-drive}/Users/oqyude/Music" = "Music";
|
|
||||||
# "${xlib.dirs.lamet-drive}/Users/oqyude/Misc" = "Misc";
|
|
||||||
# "${xlib.dirs.lamet-drive}/Users/oqyude/Vaults" = "Vaults";
|
|
||||||
# "${xlib.dirs.lamet-drive}/Users/oqyude/Credentials" = "Credentials";
|
|
||||||
};
|
};
|
||||||
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
||||||
name = targetPath;
|
name = targetPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user