11 lines
134 B
Nix
11 lines
134 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
zip
|
|
unzip
|
|
neofetch
|
|
distrobox
|
|
libreoffice-fresh
|
|
otpclient
|
|
];
|
|
}
|