mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
wsl-apps added
This commit is contained in:
+2
-4
@@ -7,12 +7,13 @@
|
||||
let
|
||||
# Paths
|
||||
beetsPath = "${xlib.dirs.wsl-storage}/beets/linux";
|
||||
musicPath = "${config.home.homeDirectory}/External/Music";
|
||||
externalPath = "${xlib.dirs.wsl-home}";
|
||||
musicPath = "${config.home.homeDirectory}/External/Music";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./minimal.nix
|
||||
./wsl-apps/gramps.nix
|
||||
];
|
||||
xdg = {
|
||||
enable = true;
|
||||
@@ -47,8 +48,5 @@ in
|
||||
target = "${config.home.homeDirectory}/Music";
|
||||
};
|
||||
};
|
||||
packages = with pkgs; [
|
||||
gramps
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user