12 lines
148 B
Nix
12 lines
148 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./theme.nix
|
|
./sway.nix
|
|
./waybar.nix
|
|
./wofi.nix
|
|
./swaync.nix
|
|
./swaylock.nix
|
|
./polkit.nix
|
|
];
|
|
}
|