mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 03:37:01 -04:00
7 lines
60 B
Nix
7 lines
60 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./gui.nix
|
|
./cli.nix
|
|
];
|
|
}
|