gnome extensions
This commit is contained in:
parent
57036451c2
commit
8e7359e98b
1 changed files with 60 additions and 53 deletions
|
|
@ -69,7 +69,13 @@ in
|
|||
enable = true;
|
||||
userName = "Julian Sutter";
|
||||
userEmail = "jsutter@symbiotip.com";
|
||||
extraConfig = {
|
||||
core.editor = "nano";
|
||||
credential.helper = "cache";
|
||||
};
|
||||
};
|
||||
|
||||
# Scaling for gnome
|
||||
dconf.settings = {
|
||||
"org/gnome/mutter" = {
|
||||
experimental-features = [ "scale-monitor-framebuffer" ];
|
||||
|
|
@ -103,6 +109,7 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
enableGnomeExtensions = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
privacy-badger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue