blob: 5a7658695cbacdab741b821e357a915f3c8f4378 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
cinnamon.nemo
];
}