mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
virtualbox
This commit is contained in:
parent
e95b23463d
commit
b91a22eaac
4 changed files with 7 additions and 3 deletions
4
features/virtualbox.nix
Normal file
4
features/virtualbox.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "srid" ];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -27,6 +27,7 @@ rec {
|
|||
procs # no more: ps -ef | grep
|
||||
tealdeer
|
||||
zellij
|
||||
unzip
|
||||
dust
|
||||
ripgrep
|
||||
htop
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue