Files
nixos/modules/desktop/misc.nix
T
biscuit 4a4f66c08e test
2025-06-19 17:38:29 -05:00

7 lines
97 B
Nix

{...}: {
imports = [
../../pkgs/btop/default.nix
../../pkgs/matugen/default.nix
];
}