mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: migrate packages to 23.11
This commit is contained in:
parent
4b21221569
commit
044c8c6b04
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virtmanager
|
||||
virt-manager
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ in
|
|||
fritzing
|
||||
gnome.gnome-font-viewer
|
||||
meld
|
||||
unstable.bruno
|
||||
bruno
|
||||
qgis
|
||||
sqlitebrowser
|
||||
(vscode-with-extensions.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue