mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: matrix cleanup automations, kde plasma
This commit is contained in:
parent
a07bdbcafb
commit
ed4defc62f
25 changed files with 521 additions and 100 deletions
7
home/profiles/common/nix.nix
Normal file
7
home/profiles/common/nix.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
_: {
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "weekly";
|
||||
persistent = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
# Backup browser! For aliexpress and things.
|
||||
home.packages = [
|
||||
pkgs.ungoogled-chromium
|
||||
#pkgs.ungoogled-chromium
|
||||
];
|
||||
}
|
||||
|
|
@ -31,5 +31,6 @@
|
|||
cryptsetup # Encrypted block devices
|
||||
yubikey-manager # Yubikey
|
||||
v4l-utils # Webcam
|
||||
obsidian
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue