silencing warning about gtk stuff
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
systemd.services."autovt@tty1".enable = false;
|
systemd.services."autovt@tty1".enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.gnome = { pkgs, ... }: {
|
flake.modules.homeManager.gnome = { config, pkgs, ... }: {
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
@@ -47,6 +47,7 @@
|
|||||||
name = "Orchis-Dark";
|
name = "Orchis-Dark";
|
||||||
package = pkgs.orchis-theme;
|
package = pkgs.orchis-theme;
|
||||||
};
|
};
|
||||||
|
gtk4.theme = config.gtk.theme;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user