5 lines
116 B
Nix
5 lines
116 B
Nix
{ config, pkgs, ... }: {
|
|
imports =
|
|
[ ./sway ./emacs.nix ./gnome-common.nix ./firefox.nix ./nextcloud.nix ];
|
|
}
|