Skip to content

Commit

Permalink
-a
Browse files Browse the repository at this point in the history
feat: more acoustic impermanence
  • Loading branch information
sioodmy committed Dec 24, 2023
1 parent af59534 commit b0dbcb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 42 deletions.
62 changes: 21 additions & 41 deletions home/impermanence.nix
Original file line number Diff line number Diff line change
@@ -1,45 +1,25 @@
_: {
{lib, ...}: let
inherit (lib) forEach;
in {
home.persistence."/persist/home/sioodmy" = {
allowOther = true;
directories = [
"download"
"music"
"dev"
"docs"
"pics"
".keepass"
"vids"
"other"
".ssh"
".keepass"
".local/share/direnv"
".cache/tealdeer"
".local/share/distrobox"
".cache/containers"
".config/syncthing"
".cache/flutter"
".local/share/PrismLauncher"
".local/share/TelegramDesktop"
".local/share/keyrings"
".config/Caprine"
".cache/keepassxc"
".config/WebCord"
".config/BraveSoftware/"
".cache/BraveSoftware/"
".cache/nix"
".cache/chromium"
".config/chromium"
".cache/thunderbird/"
".thunderbird"
".cache/starship"
".config/VencordDesktop"
".local/share/nheko"
".cache/nheko"
".config/nheko"
".cache/nix-index"
".config/obs-studio"
".mozilla"
".cache/mozilla"
];
directories =
[
"download"
"music"
"dev"
"docs"
"pics"
"vids"
"other"
]
++ forEach ["syncthing" "Caprine" "chromium" "VencordDesktop" "obs-studio"] (
x: ".config/${x}"
)
++ forEach ["tealdeer" "keepassxc" "nix" "chromium" "starship" "nix-index"] (
x: ".cache/${x}"
)
++ forEach ["direnv" "TelegramDesktop" "PrismLauncher" "keyrings"] (x: ".local/share/${x}")
++ [".ssh" ".keepass"];
};
}
1 change: 0 additions & 1 deletion home/rice/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ in {
};

general = {

# gaps
gaps_in = 6;
gaps_out = 11;
Expand Down

0 comments on commit b0dbcb9

Please sign in to comment.