7 lines
No EOL
189 B
Nix
7 lines
No EOL
189 B
Nix
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
|
|
{ lib, hostname, username, theme, ... }: {
|
|
imports = [
|
|
./themes/${theme}
|
|
./common/gnome-dconf.nix
|
|
];
|
|
} |