12 lines
74 B
Nix
12 lines
74 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./desktop
|
|
./zsh
|
|
./nvim
|
|
];
|
|
|
|
}
|