mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 11:15:49 -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;
|
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
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue