nix-dotfiles/modules/hm/nemo.nix
2023-07-19 10:42:09 +01:00

6 lines
74 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs.cinnamon; [
nemo
];
}