mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-11 09:13:31 +08:00
6 lines
70 B
Nix
6 lines
70 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
clash-meta
|
|
];
|
|
}
|