Update to 22.05

This commit is contained in:
Oystein Kristoffer Tveit 2022-06-02 16:39:12 +02:00
parent 3c2130b13c
commit c109b193a9
1 changed files with 6 additions and 8 deletions

View File

@ -61,6 +61,12 @@ in {
sys.ps2='\x01\x1b[1;49;31m\x02...\x01\x1b[0m\x02 ' # bright red
'';
};
pointerCursor = mkIf graphics {
package = pkgs.capitaine-cursors;
name = "capitaine-cursors";
size = 16;
};
};
news.display = "silent";
@ -115,14 +121,6 @@ in {
xdg.enable = true;
xsession = mkIf graphics {
pointerCursor = {
package = pkgs.capitaine-cursors;
name = "capitaine-cursors";
size = 16;
};
};
gtk = mkIf graphics {
enable = true;
font = {