nix-dotfiles/modules/hm/nemo.nix

4 lines
92 B
Nix

{ pkgs, ... }:
{
home.packages = builtins.attrValues { inherit (pkgs.cinnamon) nemo; };
}