4 lines
90 B
Nix
4 lines
90 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./i3.nix ./picom.nix ./polybar.nix ./rofi.nix ];
|
|
}
|