Add misc programs

This commit is contained in:
Weckyy702
2026-02-07 19:25:58 +01:00
parent 88a3f7d822
commit 9ea1f7801f

View File

@@ -32,6 +32,8 @@ top @ { config
signal-desktop
qbittorrent
unzip
file
gnucash
];
home.pointerCursor =
@@ -58,11 +60,21 @@ top @ { config
font.name = "JetBrainsMono";
};
qt = {
enable = true;
style.name = "kvantum";
};
wayland.windowManager.hyprland = {
enable = true;
settings = (import ./hyprland/settings.nix) top;
};
programs.thunderbird = {
enable = true;
profiles.default.isDefault = true;
};
programs.zathura.enable = true;
programs.direnv = {