flake/users/guanranwang/home-manager/profiles/command-line/nixos/default.nix
2023-11-15 20:55:27 +08:00

6 lines
99 B
Nix

{pkgs, ...}: {
imports = [../resources/common];
home.packages = with pkgs; [
trashy
];
}