4 lines
89 B
Nix
4 lines
89 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [ ./gtk.nix ./boot.nix ./xdg.nix ./flatpak.nix ];
|
|
}
|