mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
wip: 2023.01.17 13:17:35
This commit is contained in:
parent
4d077753f1
commit
1e886155a6
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
'';
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
networking.hostName = "nixos-vm"; # Define your hostname.
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
|
@ -64,6 +65,7 @@
|
|||
neovim
|
||||
starship
|
||||
chezmoi
|
||||
fzf
|
||||
delta
|
||||
gh
|
||||
|
||||
|
@ -96,6 +98,5 @@
|
|||
|
||||
go
|
||||
rustup
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue