virtualbox

This commit is contained in:
Sridhar Ratnakumar 2021-07-14 11:28:36 -04:00
parent e95b23463d
commit b91a22eaac
4 changed files with 7 additions and 3 deletions

4
features/virtualbox.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "srid" ];
}

View file

@ -60,6 +60,7 @@
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
./features/email
./features/desktopish
./features/virtualbox
./features/block-socialmedia.nix
#./features/server-mode.nix
# ./features/postgrest.nix

View file

@ -27,6 +27,7 @@ rec {
procs # no more: ps -ef | grep
tealdeer
zellij
unzip
dust
ripgrep
htop

View file

@ -68,6 +68,7 @@
programs = {
mosh.enable = true;
steam.enable = true;
};
programs.adb.enable = true;
@ -75,10 +76,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
aria2
brave
fzf
htop
mpv
nodejs-14_x # Need this for https://nixos.wiki/wiki/Vscode
obsidian