mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Enable dconf for gtk themes to work correctly
This commit is contained in:
parent
2f47895100
commit
08008717e1
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ pkgs, homeConfiguration, enabled, ... }:
|
{ lib, pkgs, systemConfiguration, homeConfiguration, enabled, ... }: lib.recursiveUpdate
|
||||||
|
|
||||||
homeConfiguration "nixos" {
|
(systemConfiguration {
|
||||||
|
programs.dconf = enabled {};
|
||||||
|
})
|
||||||
|
|
||||||
|
(homeConfiguration "nixos" {
|
||||||
gtk = enabled {
|
gtk = enabled {
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.capitaine-cursors-themed;
|
package = pkgs.capitaine-cursors-themed;
|
||||||
|
@ -23,5 +27,5 @@ homeConfiguration "nixos" {
|
||||||
name = "Gruvbox-Dark-BL";
|
name = "Gruvbox-Dark-BL";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue