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
|
# VirtualBox
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host = {
|
||||||
|
enable = true;
|
||||||
|
enableExtensionPack = true;
|
||||||
|
};
|
||||||
users.extraGroups.vboxusers.members = [ "clemens" ];
|
users.extraGroups.vboxusers.members = [ "clemens" ];
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
|
|
@ -105,7 +108,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "clemens";
|
description = "clemens";
|
||||||
initialPassword = "123456";
|
initialPassword = "123456";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker"];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
3
home.nix
3
home.nix
|
|
@ -56,7 +56,7 @@ let username = "clemens"; in
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
#font-manager
|
font-manager
|
||||||
xfce.xfce4-notifyd
|
xfce.xfce4-notifyd
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
evince
|
evince
|
||||||
|
|
@ -77,6 +77,7 @@ let username = "clemens"; in
|
||||||
maltego
|
maltego
|
||||||
krita
|
krita
|
||||||
gparted
|
gparted
|
||||||
|
libreoffice
|
||||||
] ++ (if x11mode then [
|
] ++ (if x11mode then [
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue