Add misc programs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user