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

View file

@ -0,0 +1,7 @@
_: {
nix.gc = {
automatic = true;
frequency = "weekly";
persistent = true;
};
}

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
# Backup browser! For aliexpress and things.
home.packages = [
pkgs.ungoogled-chromium
#pkgs.ungoogled-chromium
];
}

View file

@ -31,5 +31,6 @@
cryptsetup # Encrypted block devices
yubikey-manager # Yubikey
v4l-utils # Webcam
obsidian
];
}