mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
0d901aa10c
Signed-off-by: Hadi <hadi@example.com>
17 lines
496 B
Nix
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
|
|
];
|
|
}
|