fix one option definition
This commit is contained in:
parent
daefb8b3a6
commit
98ffbc9c9d
@ -7,6 +7,7 @@
|
||||
{
|
||||
options = {
|
||||
nixp.mate = {
|
||||
enable = lib.mkEnableOption "enable this configuration";
|
||||
panel.enable = lib.mkEnableOption "enable panel settings for mate";
|
||||
|
||||
background = {
|
||||
@ -41,15 +42,13 @@
|
||||
config.nixp.mate = {
|
||||
panel.enable = lib.mkDefault true;
|
||||
theme.enable = lib.mkDefault true;
|
||||
background.enable = lib.mkDefault true;
|
||||
cursor.enable = lib.mkDefault true;
|
||||
icon.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
#gtk3 = {
|
||||
# extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
#};
|
||||
};
|
||||
})
|
||||
(lib.mkIf config.nixp.mate.panel.enable {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user