update packages and make guest

This commit is contained in:
Daylin Morgan 2022-11-04 16:13:49 +00:00
parent d577ef2129
commit 1004161d8d

View file

@ -21,6 +21,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
virtualization.virtualbox.guest.enable = true;
# networking.hostName = "nixos"; # Define your hostname. # networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -73,18 +75,20 @@
git git
vim vim
# neovim neovim
nixpkgs-fmt nixpkgs-fmt
autorandr autorandr
# wezterm xdotool
wezterm
eww eww
rofi rofi
picom picom-jonaburg
dunst dunst
(python3.withPackages (p: with p; [ tomli ]))
firefox
# (python3.withPackages (p: with p; [ tomli ]))
]; ];