Use qt6 and NixGL wrapper for quickshell

This commit is contained in:
clsty
2025-11-05 08:40:05 +08:00
parent 51076dda88
commit e24630b9be
2 changed files with 42 additions and 1 deletions
+2 -1
View File
@@ -207,7 +207,8 @@
]
++ [
#(config.lib.nixGL.wrap pkgs.hyprland)
(config.lib.nixGL.wrap quickshell.packages.x86_64-linux.default)
#(config.lib.nixGL.wrap quickshell.packages.x86_64-linux.default)
(import ./quickshell.nix { inherit pkgs quickshell; nixGLWrap = config.lib.nixGL.wrap; })
];
}//home_attrs;
}