705 current 2024-05-28 12:41:46 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 12:41:47 -04:00
parent 34e99d2983
commit d4c720afce
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 13 additions and 11 deletions

6
flake.lock generated
View file

@ -1488,11 +1488,11 @@
]
},
"locked": {
"lastModified": 1716884499,
"narHash": "sha256-uU74Q3mztyM7vNub0y6qbE/18M5s+czT6ZYZXKubEtE=",
"lastModified": 1716912053,
"narHash": "sha256-RA8/JeKVEuAmFRjxZX2yH4d2WYouSKCtUNvxgSJtMK4=",
"owner": "Alexays",
"repo": "Waybar",
"rev": "57f2a57dace7128a0def71c92732f30b8cc04592",
"rev": "0d518cb5a30756a0fd6927d1b90db768e9425a7d",
"type": "github"
},
"original": {

View file

@ -50,13 +50,15 @@ in {
libsForQt5.qt5ct
breeze-icons
];
# pointerCursor = {
# package = pkgs.catppuccin-cursors.mochaMauve;
# name = "catppuccin";
# size = 16;
# gtk.enable = true;
# x11.enable = true;
# };
pointerCursor = {
package = pkgs.catppuccin-cursors.mochaMauve;
name = "Catppuccin-Mocha-Mauve-Cursors";
x11 = {
enable = true;
defaultCursor = "Catppuccin-Mocha-Mauve-Cursors";
};
size = 24;
};
sessionVariables = {
};

View file

@ -35,7 +35,7 @@ in {
environment = {
variables = {
NIXOS_OZONE_WL = "0";
# NIXOS_OZONE_WL = "0";
__GL_GSYNC_ALLOWED = "0";
__GL_VRR_ALLOWED = "0";
_JAVA_AWT_WM_NONEREPARENTING = "1";