Enable dconf & set system-wide dark-mode

This commit is contained in:
ItsDrike 2024-06-19 18:26:16 +02:00
parent affd57d3cc
commit 4ceafed0d0
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 19 additions and 0 deletions

5
home/misc/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./dconf.nix
];
}