Files
my_nixos/home/yaroslav/home_gui.nix
T
2025-06-09 22:37:29 +03:00

21 lines
321 B
Nix

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