7 lines
61 B
Nix
7 lines
61 B
Nix
|
|
{ ... }: {
|
||
|
|
imports = [
|
||
|
|
./ssh
|
||
|
|
./hyprland.nix
|
||
|
|
];
|
||
|
|
}
|