mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-12 16:39:44 +00:00
9 lines
133 B
Nix
9 lines
133 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
foliate
|
|
libreoffice-fresh
|
|
nextcloud-client
|
|
obsidian
|
|
zathura
|
|
];
|
|
}
|