diff --git a/home.nix b/home.nix index d2e2ce8..54db2ff 100644 --- a/home.nix +++ b/home.nix @@ -24,7 +24,6 @@ atkinson-hyperlegible brightnessctl curl - ddcutil distrobox dig fd @@ -506,6 +505,9 @@ name = "Iosevka Nerd Font"; }; sizes = { + applications = 12; + desktop = 10; + popups = 10; terminal = 14; }; }; diff --git a/hosts/cube.nix b/hosts/cube.nix index 930708f..c8903bf 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -95,7 +95,7 @@ isNormalUser = true; name = "muhh"; description = "Markus Heurung"; - extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"]; + extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ]; shell = pkgs.fish; linger = true; };