chore: some cleanup

This commit is contained in:
winston 2023-02-24 22:01:32 +01:00
parent faddd5596e
commit 90c6b50efb
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 3 additions and 3 deletions

View file

@ -168,7 +168,7 @@ in {
modFocus = "${mod}+Ctrl";
hyper = "Mod4+Mod1+Shift+Ctrl";
gopass = lib.getExe pkgs.gopass;
gopass = lib.getExe pkgs.unstable.gopass;
rofi = lib.getExe config.programs.rofi.package;
thunar = lib.getExe pkgs.xfce.thunar;
xargs = "${lib.getExe pkgs.findutils}/bin/xargs";

View file

@ -99,8 +99,8 @@ in {
ProgramArguments = ["${lib.getExe pkgs.nur.repos.nekowinston.discord-applemusic-rich-presence}"];
KeepAlive = true;
RunAtLoad = true;
StandardErrorPath = "${config.home.homeDirectory}/.cache/discord-applemusic-rich-presence.log";
StandardOutPath = "${config.home.homeDirectory}/.cache/discord-applemusic-rich-presence.log";
StandardErrorPath = "${config.xdg.cacheHome}/discord-applemusic-rich-presence.log";
StandardOutPath = "${config.xdg.cacheHome}/discord-applemusic-rich-presence.log";
};
};
}