refactor(modules): rewrite some modules; add dconf
This commit is contained in:
parent
14c7e10e8b
commit
7938019d55
15 changed files with 131 additions and 59 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
{pkgs, ...}: let
|
||||
themes = {
|
||||
gtk-theme = pkgs.nightfox-gtk-theme.override {
|
||||
colorVariants = ["dark"];
|
||||
|
@ -14,21 +10,15 @@
|
|||
cursor-theme = pkgs.simp1e-cursors;
|
||||
};
|
||||
in {
|
||||
programs.dconf = {
|
||||
alqueva.system.dconf = {
|
||||
enable = true;
|
||||
profiles.user.databases = [
|
||||
{
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
cursor-size = lib.gvariant.mkUint32 24;
|
||||
cursor-theme = "Simp1e-Adw-Dark";
|
||||
icon-theme = "Colloid-Dark";
|
||||
gtk-theme = "Nightfox-Purple-Dark-Compact-Carbon";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
luminosity = "dark";
|
||||
theme = "Nightfox-Purple-Dark-Compact-Carbon";
|
||||
icon.theme = "Colloid-Dark";
|
||||
cursor = {
|
||||
size = 24;
|
||||
theme = "Simp1e-Adw-Dark";
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue