9 lines
133 B
Nix
9 lines
133 B
Nix
{ config, lib, pkgs, ... }: {
|
|
imports = [
|
|
./hyprland.nix
|
|
./waybar
|
|
./dunst.nix
|
|
./swaylock.nix
|
|
./wofi.nix
|
|
];
|
|
}
|