4 lines
98 B
Nix
4 lines
98 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
imports = [ ./firefox.nix ./mako.nix ./nextcloud.nix ./waybar.nix ];
|
||
|
}
|