15 lines
No EOL
185 B
Nix
15 lines
No EOL
185 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./niri
|
|
./waybar
|
|
./fuzzel.nix
|
|
./hypridle.nix
|
|
./hyprlock.nix
|
|
./mako.nix
|
|
./swaybg.nix
|
|
./tuigreet.nix
|
|
./yazi.nix
|
|
];
|
|
} |