This commit is contained in:
Spectre 2024-06-07 16:14:29 +02:00
parent be0e537337
commit 152c11f911
2 changed files with 36 additions and 2 deletions

View file

@ -18,7 +18,7 @@
xdg-utils
hyprshot
obsidian
# obsidian
xournalpp
vlc
keepassxc

View file

@ -1 +1,35 @@
{...}: {}
{
lib,
conf,
}: {
data = {
directories = [
".config/syncthing"
".gnupg"
".local/share/PrismLauncher/instances"
".ssh"
"nixos"
];
files = [];
};
cache = {
directories = [
".cache/nix"
".cache/spotify"
".cargo"
".config/obsidian"
".config/spotify"
lib.mkIf
conf.gaming.enable
".local/share/PrismLauncher"
lib.mkIf
conf.gaming.enable
".local/share/Steam"
".local/state/wireplumber"
".thunderbird"
];
files = [];
};
}