1
0
Fork 0

general overhaul

This commit is contained in:
Philipp 2025-02-27 17:33:29 +01:00
parent 39fb8c64dc
commit d0a9427fd0
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
26 changed files with 657 additions and 2871 deletions

View file

@ -1,7 +1,12 @@
{
...
lib, ...
}:
{
home.activation.removeBrowserBackups = lib.hm.dag.entryAfter ["checkLinkTargets"] ''
if [ -d "/home/philipp/.librewolf/philipp" ]; then
rm -f /home/philipp/.librewolf/philipp/search.json.mozlz4.backup
fi
'';
awesome-flake = {
cli-apps = {
fish.enable = true;
@ -15,7 +20,9 @@
apps = {
librewolf.enable = true;
thunderbird.enable = true;
chatterino.enable = true;
mpv.enable = true;
kitty = {
enable = true;
plasma.enable = true;