mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
7 lines
44 B
Nix
7 lines
44 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./dconf
|
|
];
|
|
}
|