move gnome scaling
This commit is contained in:
parent
b81b24d5ed
commit
25fc01d52e
2 changed files with 3 additions and 8 deletions
|
|
@ -56,6 +56,9 @@ home-manager.users.jsutter = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
"org/gnome/mutter" = {
|
||||||
|
experimental-features = [ "scale-monitor-framebuffer" ];
|
||||||
|
};
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"org.gnome.Console.desktop"
|
"org.gnome.Console.desktop"
|
||||||
|
|
|
||||||
|
|
@ -74,14 +74,6 @@ in
|
||||||
credential.helper = "cache";
|
credential.helper = "cache";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Scaling for gnome
|
|
||||||
dconf.settings = {
|
|
||||||
"org/gnome/mutter" = {
|
|
||||||
experimental-features = [ "scale-monitor-framebuffer" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Firefox
|
# Firefox
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue