treewide: migrate packages to 23.11

This commit is contained in:
Felix Buehler 2023-11-13 20:21:58 +01:00
parent 4b21221569
commit 044c8c6b04
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ in
config = lib.mkIf cfg.enable {
hardware.bluetooth = {
enable = true;
package = pkgs.bluezFull;
package = pkgs.bluez;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";

View file

@ -19,7 +19,7 @@ in
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virtmanager
virt-manager
];
}

View file

@ -17,7 +17,7 @@ in
fritzing
gnome.gnome-font-viewer
meld
unstable.bruno
bruno
qgis
sqlitebrowser
(vscode-with-extensions.override {