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