5 lines
89 B
Nix
5 lines
89 B
Nix
{ pkgs, config, hostName, lib, ... }: {
|
|
imports = [
|
|
"./dconf.nix"
|
|
]
|
|
} # end file
|