mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-07 22:56:23 +08:00
7 lines
81 B
Nix
7 lines
81 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
clash-meta
|
|
mihomo
|
|
];
|
|
}
|