fontmanager and vbox host pack
This commit is contained in:
parent
a60cef6bc9
commit
78369ea502
2 changed files with 121 additions and 117 deletions
|
|
@ -66,7 +66,10 @@
|
|||
};
|
||||
|
||||
# VirtualBox
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
users.extraGroups.vboxusers.members = [ "clemens" ];
|
||||
|
||||
# Bluetooth
|
||||
|
|
@ -105,7 +108,7 @@
|
|||
isNormalUser = true;
|
||||
description = "clemens";
|
||||
initialPassword = "123456";
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker"];
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
|
|||
3
home.nix
3
home.nix
|
|
@ -56,7 +56,7 @@ let username = "clemens"; in
|
|||
nextcloud-client
|
||||
nixpkgs-fmt
|
||||
powerline-fonts
|
||||
#font-manager
|
||||
font-manager
|
||||
xfce.xfce4-notifyd
|
||||
gnome.seahorse
|
||||
evince
|
||||
|
|
@ -77,6 +77,7 @@ let username = "clemens"; in
|
|||
maltego
|
||||
krita
|
||||
gparted
|
||||
libreoffice
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue