nix: add qt log rules to devshell
This commit is contained in:
parent
4598e8a775
commit
672a373637
1 changed files with 8 additions and 3 deletions
11
flake.nix
11
flake.nix
|
|
@ -53,9 +53,14 @@
|
|||
pkgs.mkShellNoCC {
|
||||
inputsFrom = [shell];
|
||||
packages = [pkgs.material-symbols];
|
||||
shellHook = ''
|
||||
export CAELESTIA_BD_PATH=${shell}/bin/beat_detector
|
||||
'';
|
||||
CAELESTIA_BD_PATH = "${shell}/bin/beat_detector";
|
||||
QT_LOGGING_RULES = builtins.concatStringsSep ";" [
|
||||
"quickshell.dbus.properties.warning=false"
|
||||
"quickshell.dbus.dbusmenu.warning=false"
|
||||
"quickshell.service.notifications.warning=false"
|
||||
"quickshell.service.sni.host.warning=false"
|
||||
"qt.qpa.wayland.textinput.warning=false"
|
||||
];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue