Configured GTK

This commit is contained in:
xqtc161 2024-02-08 18:16:57 +01:00
parent 3acba75c4d
commit 508e0540e6
3 changed files with 28 additions and 16 deletions

View file

View file

@ -41,6 +41,31 @@
};
};
};
dconf.enable = true;
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Compact-Pink-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "pink" ];
size = "compact";
tweaks = [ "rimless" "black" ];
variant = "mocha";
};
};
};
#qt = {
# enable = true;
# platformTheme = "gnome";
# style = "Catppuccin-Mocha-Compact-Pink-Dark";
#};
#systemd.xqtc.sessionVariables = config.home-manager.users.xqtc.home.sessionVariables;
programs.nixvim = {
enable = true;
@ -248,3 +273,4 @@
programs.home-manager.enable = true;
}

View file

@ -1,19 +1,3 @@
/*
*/
{ config, lib, pkgs, ... }:
{
@ -143,6 +127,8 @@
services.udev.packages = [ pkgs.yubikey-personalization ];
services.pcscd.enable = true;
programs.dconf.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.