15 lines
153 B
Nix
15 lines
153 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./aliases
|
|
./cursor
|
|
./dconf
|
|
./environment
|
|
./fonts
|
|
./gtk
|
|
./locale
|
|
./nix
|
|
./qt
|
|
./xdg
|
|
];
|
|
}
|