Files
nixy/home/programs/group/basic-apps.nix
T
Hadi 1ba64e3731 add apps
Signed-off-by: Hadi <hadi@example.com>
2026-06-01 10:02:28 +02:00

20 lines
568 B
Nix

{pkgs-stable, ...}: {
home.packages = with pkgs-stable; [
vlc # Video player
obsidian # Note taking app
textpieces # Manipulate texts
resources # Ressource monitor
gnome-clocks # Clocks app
gnome-text-editor # Basic graphic text editor
ticktick # Todo app
pinta # Image editor
switcheroo # Convert images between different formats
onlyoffice-desktopeditors # Office suite
signal-desktop # Messaging app
librewolf # Backup browser
caligula # User-friendly, lightweight TUI for disk imaging (ISO, USB BOOT)
];
}