feat: matrix cleanup automations, kde plasma

This commit is contained in:
Kat Inskip 2024-06-28 16:51:40 -07:00
parent a07bdbcafb
commit ed4defc62f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
25 changed files with 521 additions and 100 deletions

10
nixos/common/nix.nix Normal file
View file

@ -0,0 +1,10 @@
_: {
nix = {
settings = {
auto-optimise-store = true;
trusted-users = [
"deploy"
];
};
};
}