add greetd.nix

This commit is contained in:
2023-08-07 21:12:17 +02:00
parent 1741067800
commit 718220bc41
11 changed files with 329 additions and 358 deletions

View File

@@ -13,6 +13,11 @@
gtk-xft-rgba = "rgb";
gtk-recent-files-enable = false;
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
iconTheme = {
package = pkgs.fluent-icon-theme;
name = "Fluent-dark";