a
This commit is contained in:
parent
ded6790dcf
commit
fa80e5b25b
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }: let
|
{ config, pkgs, ... }: let
|
||||||
configDir = "Code";
|
configDir = "Code";
|
||||||
userDir = if pkgs.stdenv.hostPlatform.isDarwin then
|
userDir = if pkgs.stdenv.hostPlatform.isDarwin then
|
||||||
"Library/Application Support/${configDir}/User"
|
"Library/Application\ Support/${configDir}/User"
|
||||||
else
|
else
|
||||||
"${config.xdg.configHome}/${configDir}/User";
|
"${config.xdg.configHome}/${configDir}/User";
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue