NixOS-Config/modules/home/programs/misc/headless/default.nix

9 lines
82 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
p7zip
vimv
dua
];
}