6 lines
75 B
Nix
6 lines
75 B
Nix
|
{ pkgs, ... }: {
|
||
|
home.packages = with pkgs; [
|
||
|
element-desktop
|
||
|
];
|
||
|
}
|