minor patches (added thunderbird, fixed subspace ssh)

This commit is contained in:
Emile Clark-Boman 2025-02-21 18:42:41 +10:00
parent db9479fa96
commit 4a19a87761
3 changed files with 13 additions and 5 deletions

View file

@ -160,8 +160,14 @@ in {
];
};
# Hint Electrons apps to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# set environment variables
environment.sessionVariables = {
# folder names with capitalisation look awful!
XDG_DOWNLOAD_DIR = "$HOME/downloads";
# Hint Electrons apps to use Wayland
NIXOS_OZONE_WL = "1";
};
# ---- SYSTEM PACKAGES -----
environment.systemPackages = with pkgs; [
@ -283,6 +289,9 @@ in {
thunar-media-tags-plugin # change metadata for media files
];
};
# mozilla's email client
thunderbird.enable = true;
};
# ----- FONTS -----