nix-dotfiles/hm/nemo.nix

4 lines
83 B
Nix

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