17 lines
169 B
Nix
17 lines
169 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./walker.nix
|
|
./waybar.nix
|
|
./rofi.nix
|
|
./wallpaper.nix
|
|
./screenshot.nix
|
|
];
|
|
}
|