fix: Disable GNOME extension version validation
This commit is contained in:
parent
10a3de42ac
commit
61ec61e22e
@ -19,6 +19,12 @@ in
|
||||
# firefox # TODO: Move to dediated module
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
disable-extension-version-validation = true;
|
||||
};
|
||||
};
|
||||
|
||||
modules = {
|
||||
profiles.base.enable = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user