mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 09:28:02 +08:00
6 lines
74 B
Nix
6 lines
74 B
Nix
{ inputs, pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
wemeet
|
|
];
|
|
}
|