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