4 lines
93 B
Nix
4 lines
93 B
Nix
{ pkgs, ... }: {
|
|
home.packages = builtins.attrValues { inherit (pkgs.cinnamon) nemo; };
|
|
}
|
|
|