mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
9e24c44c53
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
22 lines
479 B
Nix
22 lines
479 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs-stable; [
|
|
vlc # Video player
|
|
blanket # White-noise app
|
|
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
|
|
onlyoffice-desktopeditors # Office suite
|
|
|
|
signal-desktop # Messaging app
|
|
element-desktop # Messaging app
|
|
];
|
|
}
|