4 lines
93 B
Nix
4 lines
93 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./sway ./emacs.nix ./firefox.nix ./nextcloud.nix ];
|
|
}
|