mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-07 00:22:33 +02:00
1ba64e3731
Signed-off-by: Hadi <hadi@example.com>
20 lines
568 B
Nix
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)
|
|
];
|
|
}
|