mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
10 lines
102 B
Nix
10 lines
102 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./hyprlock.nix
|
|
./waybar.nix
|
|
./wofi.nix
|
|
];
|
|
}
|