diff --git a/flake.lock b/flake.lock index 8fde6a0..efce862 100644 --- a/flake.lock +++ b/flake.lock @@ -368,11 +368,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1760774176, - "narHash": "sha256-CqoFO+FkzbtckubknLQaa3VHPQ/4La9B21cmSY8QYNU=", + "lastModified": 1760773850, + "narHash": "sha256-skbm70mjURx9k0iGIN1aUm09b0n3QbFw2gCpG0A5mEI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c4036183a4b8f80bbc7760d727d16fe8efafe17b", + "rev": "df05dcceaf4d6a5f2caeda75da00de370d8c14e6", "type": "github" }, "original": { diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index 87cacbf..e26d427 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -56,7 +56,6 @@ in { services.xserver.windowManager.i3.enable = true; services.actual.enable = true; - programs.kdeconnect.enable = true; virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];