mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
target = "beets";
|
||||
};
|
||||
"ludusavi" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.user-storage}/ludusavi/cfg";
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.user-storage}/ludusavi";
|
||||
target = "ludusavi";
|
||||
};
|
||||
"solaar" = {
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
let
|
||||
# Paths
|
||||
beetsPath = "${xlib.dirs.storage}/beets/linux";
|
||||
beetsPath = "${xlib.dirs.storage}/beets";
|
||||
sshPath = "${xlib.dirs.storage}/ssh";
|
||||
musicPath = "${config.home.homeDirectory}/External/Music";
|
||||
in
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
let
|
||||
# Paths
|
||||
beetsPath = "${xlib.dirs.wsl-storage}/beets/linux";
|
||||
beetsPath = "${xlib.dirs.wsl-storage}/beets";
|
||||
externalPath = "${xlib.dirs.wsl-home}";
|
||||
musicPath = "${config.home.homeDirectory}/External/Music";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user