mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -06:00
update packages and make guest
This commit is contained in:
parent
d577ef2129
commit
1004161d8d
1 changed files with 8 additions and 4 deletions
|
@ -20,6 +20,8 @@
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
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.
|
||||||
|
@ -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 ]))
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue