ready for bare metal install.. I think

This commit is contained in:
2024-03-15 13:45:57 +00:00
parent 349bdde402
commit de1ef95733
2 changed files with 11 additions and 3 deletions
+7 -2
View File
@@ -12,17 +12,22 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
pkgs.blueman
pkgs.cmake
pkgs.gcc
# pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL
pkgs.firefox
pkgs.gcc
pkgs.htop
pkgs.libtool
pkgs.libreoffice
pkgs.neofetch
pkgs.swww
pkgs.networkmanagerapplet
pkgs.pavucontrol
pkgs.picom
pkgs.swww
pkgs.thunderbird
pkgs.tree
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
];