mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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 {
|
||||
cursorTheme = {
|
||||
package = pkgs.capitaine-cursors-themed;
|
||||
|
@ -23,5 +27,5 @@ homeConfiguration "nixos" {
|
|||
name = "Gruvbox-Dark-BL";
|
||||
};
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue