23 lines
344 B
Nix
23 lines
344 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
ayugram-desktop
|
|
audacity
|
|
ungoogled-chromium
|
|
firefox
|
|
keepassxc
|
|
libreoffice-qt6-fresh
|
|
obsidian
|
|
obs-studio
|
|
onlyoffice-desktopeditors
|
|
remmina
|
|
prismlauncher
|
|
kdePackages.kcalc
|
|
nicotine-plus
|
|
qbittorrent
|
|
qsstv
|
|
vscode-fhs
|
|
bottles
|
|
];
|
|
}
|