nixos/home/programs/nemo/default.nix
dim 4c874e960d
All checks were successful
/ update-readme (push) Successful in 50s
starting dbrw config
2024-12-30 11:27:00 +07:00

9 lines
133 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
nemo-with-extensions
nemo-fileroller
nemo-emblems
file-roller
];
}