mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:56:12 +01:00
19 lines
326 B
Nix
19 lines
326 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
imports = [
|
|
];
|
|
|
|
# dconf.settings."org/gnome/desktop/interface".color-scheme =
|
|
# if config.colorscheme.variant == "dark"
|
|
# then "prefer-dark"
|
|
# else if config.colorscheme.variant == "light"
|
|
# then "prefer-light"
|
|
# else "default";
|
|
|
|
# xdg.portal.enable = true;
|
|
}
|