nixos/targets/shell.nix
2025-01-31 15:13:22 +01:00

6 lines
78 B
Nix

{...}: {
imports = [
../modules/user.nix
../modules/btop.nix
];
}