remove mise; add picom

This commit is contained in:
Miguel Palhas
2025-07-15 07:46:58 +01:00
parent 4ea74bd1ab
commit 9ff2c240a9
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -47,4 +47,10 @@
programs.i3status-rust = {
enable = true;
};
services.picom = {
enable = true;
backend = "glx";
vSync = true;
};
}