wip: 2023.01.17 13:17:35

This commit is contained in:
Daylin Morgan 2023-01-17 13:17:35 -06:00
parent 4d077753f1
commit 1e886155a6

View file

@ -14,6 +14,7 @@
''; '';
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
virtualisation.virtualbox.guest.enable = true;
networking.hostName = "nixos-vm"; # Define your hostname. networking.hostName = "nixos-vm"; # Define your hostname.
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
@ -64,6 +65,7 @@
neovim neovim
starship starship
chezmoi chezmoi
fzf
delta delta
gh gh
@ -96,6 +98,5 @@
go go
rustup rustup
]; ];
} }