mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
7 lines
78 B
Nix
7 lines
78 B
Nix
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
../modules/user.nix
|
||
|
|
../modules/btop.nix
|
||
|
|
];
|
||
|
|
}
|