nix/dev: remove logging rules from devshell
No need for them anymore
This commit is contained in:
parent
88e025e76d
commit
21eab6f698
1 changed files with 0 additions and 7 deletions
|
|
@ -55,13 +55,6 @@
|
||||||
inputsFrom = [shell];
|
inputsFrom = [shell];
|
||||||
packages = with pkgs; [material-symbols nerd-fonts.jetbrains-mono];
|
packages = with pkgs; [material-symbols nerd-fonts.jetbrains-mono];
|
||||||
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