Added Vesktop

This commit is contained in:
2025-09-05 22:30:30 +02:00
parent ebb83a7e8b
commit 82a87c6e15
7 changed files with 29 additions and 64 deletions

View File

@@ -59,6 +59,13 @@
"nix-command"
"flakes"
];
auto-optimise-store = true;
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
}
)