Files
nixy/home/programs/gui/pkgs.nix
T
Hadi 0d901aa10c t
Signed-off-by: Hadi <hadi@example.com>
2026-07-29 13:14:27 +02:00

17 lines
496 B
Nix

{pkgs-stable, ...}: {
home.packages = with pkgs-stable; [
vlc # Video player
obsidian # Note taking app
textpieces # Manipulate texts
resources # Resource 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
blanket # Listen to different sounds
signal-desktop # Messaging app
];
}