4 lines
95 B
Nix
4 lines
95 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./sway.nix ./gammastep.nix ./mako.nix ./waybar.nix ];
|
|
}
|