omniflake/home/default.nix
2025-09-30 17:04:57 +02:00

54 lines
632 B
Nix

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