Add Thunderbird, cut down on swap usage to make hibernation more reliable

This commit is contained in:
Ghostfox
2026-04-19 03:32:14 +02:00
parent c1e1488212
commit 94c6739530
10 changed files with 101 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
imports = [
./tailscale.nix
@@ -11,6 +11,14 @@
./home
];
environment.systemPackages = with pkgs; [
neovide
featherpad
protonmail-desktop
];
environment.variables.EDITOR = "neovide";
catppuccin.enable = true;
catppuccin.cache.enable = true;