nixos/targets/shell.nix

7 lines
78 B
Nix
Raw Normal View History

2025-01-31 15:13:22 +01:00
{...}: {
imports = [
../modules/user.nix
../modules/btop.nix
];
}