Files
nixos/home/hakase.nix
T
2025-12-22 09:32:38 -06:00

6 lines
69 B
Nix

{pkgs, ...}: {
imports = [
../modules/home/terminal.nix
];
}