flake/users/guanranwang/home-manager/profiles/command-line/nixos/default.nix

7 lines
99 B
Nix
Raw Normal View History

2023-11-09 17:24:35 +00:00
{pkgs, ...}: {
2023-11-14 03:22:17 +00:00
imports = [../resources/common];
2023-11-09 17:24:35 +00:00
home.packages = with pkgs; [
2023-11-14 03:22:17 +00:00
trashy
2023-11-09 17:24:35 +00:00
];
}