Change of substituters and little group of fixs

This commit is contained in:
Laurent Gueret
2026-01-28 20:35:28 +01:00
parent ae5ac475c5
commit 3da420f424
5 changed files with 37 additions and 2 deletions
+23
View File
@@ -55,6 +55,7 @@ with lib.hm.gvariant;
"org/gnome/shell/extensions/dash-to-panel" = {
prefs-opened = true;
isolate-monitors = true;
isolate-workspaces = true;
@@ -70,8 +71,11 @@ with lib.hm.gvariant;
dot-position = "BOTTOM";
dot-style-focused = "METRO";
dot-style-unfocused = "DOTS";
focus-highlight = true;
focus-highlight-dominant = true;
hide-overview-on-startup = true;
};
"org/gnome/shell/extensions/paperwm" = {
@@ -84,6 +88,25 @@ with lib.hm.gvariant;
position-in-panel = 1;
};
"org/gnome/shell/extensions/paperwm/workspaces" = {
list = [
"personal"
"university"
];
};
"org/gnome/shell/extensions/paperwm/workspaces/personal" = {
name = "Personel";
index = 0;
background = "file://" + ./wallpapers/mocha.svg;
};
"org/gnome/shell/extensions/paperwm/workspaces/university" = {
name = "Université";
index = 1;
background = "file://" + ./wallpapers/frappe.svg;
};
};
};
}