10 lines
106 B
Nix
10 lines
106 B
Nix
{...}: {
|
|
imports = [
|
|
./nih
|
|
./hyprland.nix
|
|
./steam.nix
|
|
];
|
|
options = {};
|
|
config = {};
|
|
}
|