general overhaul
This commit is contained in:
parent
39fb8c64dc
commit
d0a9427fd0
26 changed files with 657 additions and 2871 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue