omniflake/home/default.nix
2024-12-05 23:43:05 +01:00

55 lines
626 B
Nix

{ config, pkgs, inputs, lib, ... }:
{
home.packages = with pkgs; [
# messenger
element-desktop
signal-desktop
tdesktop
# office
okular
xournalpp
zoom-us
pdfpc
# text publishing
libreoffice
poppler_utils
zotero
# graphics
gimp
godot_4
inkscape
# web
chromium
nyxt
# media
bookworm
heroic
anki-bin
freetube
qbittorrent
nicotine-plus
# other
quickemu
];
imports = [
./slim-desktop.nix
./gnome
./firefox.nix
./tex.nix
./fonts.nix
];
programs.obs-studio.enable = true;
}