Skip to content

Commit 95706c6

Browse files
committed
quickshell: use vulkan; fix wall hash
1 parent 09b32f2 commit 95706c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

home/services/quickshell/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ in
3838
After = "graphical-session.target";
3939
};
4040
Service = {
41-
Environment = "PATH=/run/wrappers/bin:${lib.makeBinPath dependencies} QML2_IMPORT_PATH=${QML2_IMPORT_PATH}";
41+
Environment = "PATH=/run/wrappers/bin:${lib.makeBinPath dependencies} QML2_IMPORT_PATH=${QML2_IMPORT_PATH} QSG_RHI_BACKEND=vulkan";
4242
ExecStart = lib.getExe quickshell;
4343
Restart = "on-failure";
4444
};

home/specialisations.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
wallpaper =
44
let
55
url = "https://images.unsplash.com/photo-1529528744093-6f8abeee511d?ixlib=rb-4.0.3&q=85&fm=jpg&crop=fit&cs=srgb&w=2560";
6-
sha256 = "18r5hmzglifysjmwn5j89gbbk56lbfb3f2jzwp432lr8gb5n7q8v";
6+
sha256 = "sha256-G+Fjy3ooUzHI5V8KN5Zb1JS51ktIFsur1N5F+n6FJaM=";
77
ext = "jpg";
88
in
99
builtins.fetchurl {

0 commit comments

Comments
 (0)