mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
922e916a7a
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
17 lines
413 B
Nix
17 lines
413 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
|
|
onlyoffice-desktopeditors # Office suite
|
|
|
|
signal-desktop # Messaging app
|
|
librewolf
|
|
];
|
|
}
|