chore: more xdg-ninja recommendations
This commit is contained in:
parent
8ca4b05f25
commit
a3bf9a905f
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
stateVersion,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nix = {
|
||||
|
|
|
@ -11,4 +11,7 @@
|
|||
RUSTUP_HOME = "${XDG_DATA_HOME}/rustup";
|
||||
WINEPREFIX = "${XDG_DATA_HOME}/wine";
|
||||
};
|
||||
nix.extraOptions = ''
|
||||
use-xdg-base-directories = true
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.pwndbg];
|
||||
home.enableDebugInfo = true;
|
||||
home.file.gdbinit = {
|
||||
target = ".gdbinit";
|
||||
xdg.configFile.gdbinit = {
|
||||
target = "gdb/gbdinit";
|
||||
text = ''
|
||||
set auto-load safe-path /
|
||||
set debuginfod enabled on
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
|
||||
"Zotero"
|
||||
|
||||
"invokeai"
|
||||
".textgen"
|
||||
".ollama"
|
||||
".config/Mumble"
|
||||
|
||||
".config/xournalpp"
|
||||
|
@ -43,6 +40,7 @@
|
|||
|
||||
".config/spotify"
|
||||
".cache/spotify"
|
||||
".local/share/cargo"
|
||||
];
|
||||
};
|
||||
"/panzer/state".directories =
|
||||
|
|
Loading…
Reference in a new issue