mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 14:42:35 -05:00
8 lines
171 B
Nix
8 lines
171 B
Nix
{lib, ...}: {
|
|
# This file exists to define the options.
|
|
# The configuration is done via the imported files.
|
|
imports = [
|
|
./herbstluftwm.nix
|
|
./rofi.nix
|
|
];
|
|
}
|