diff --git a/flake.lock b/flake.lock index 8c29916..c5f7d19 100644 --- a/flake.lock +++ b/flake.lock @@ -255,11 +255,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1715951001, - "narHash": "sha256-GTFt0SfwKXPHYuaeY3nKKyYOc0EtAcmr9vP86xC7beY=", + "lastModified": 1715931372, + "narHash": "sha256-98qhqObzvcYFK2Uafy3gutaCNgsV6NMozzlrXlB2I8o=", "owner": "nix-community", "repo": "nixvim", - "rev": "3766e3633586ef9fac02f0347509171f0a4794b9", + "rev": "d844ac1a0656d64266c2c95aec7f529420915d68", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 2af0097..849221b 100644 --- a/home.nix +++ b/home.nix @@ -114,10 +114,6 @@ btop = { enable = true; }; - direnv = { - enable = true; - nix-direnv.enable = true; - }; fish = { enable = true; loginShellInit = '' diff --git a/hosts/cube.nix b/hosts/cube.nix index 438d8bc..c5b65bc 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -78,7 +78,7 @@ isNormalUser = true; name = "muhh"; description = "Markus Heurung"; - extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ]; + extraGroups = [ "input" "networkmanager" "video" "wheel" ]; shell = pkgs.fish; linger = true; }; @@ -114,14 +114,9 @@ light.enable = true; sway.enable = true; }; - virtualisation = { - libvirtd = { - enable = true; - }; - podman = { - enable = true; - dockerCompat = true; - }; + virtualisation.podman = { + enable = true; + dockerCompat = true; }; xdg.portal.wlr.enable = true;