From 70c847f1a716df9c91c48d625d9f510cd37d5fd9 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 11 Nov 2021 10:18:41 +0100 Subject: Several unamed configuration changes Sorry im not very good at commiting when i change stuff --- desktop.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'desktop.nix') diff --git a/desktop.nix b/desktop.nix index bd342d6..2f293d4 100644 --- a/desktop.nix +++ b/desktop.nix @@ -90,11 +90,14 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.julian = { isNormalUser = true; - shell = pkgs.zsh; - extraGroups = [ "wheel" "video" "vboxusers" "cdrom" ]; + shell = pkgs.fish; + extraGroups = [ "wheel" "video" "libvirtd" "vboxusers" "cdrom" "networkmanager" ]; }; - virtualisation.virtualbox.host.enable = true; + virtualisation.virtualbox.host = { + enable = true; + }; + virtualisation.libvirtd.enable = true; fonts.fonts = with pkgs; [ noto-fonts noto-fonts-emoji liberation_ttf ubuntu_font_family cozette @@ -102,7 +105,7 @@ environment.systemPackages = with pkgs; [ # General stuff - gnupg acpi + gnupg acpi gutenprint gutenprintBin # Nixos stuff nox nix-index patchelf nix-prefetch-scripts @@ -110,5 +113,8 @@ # Network stuff networkmanagerapplet networkmanager-openconnect iw wirelesstools openconnect + + virtmanager + ]; } -- cgit v1.2.3