[NixOS] Add essential-packages

This commit is contained in:
2021-07-10 15:21:29 -06:00
parent d3329b8b32
commit 857ddd8ba1
2 changed files with 69 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
{
imports = [
<nixos-hardware/raspberry-pi/4>
./essential-packages.nix
];
nixpkgs.overlays = [
@@ -11,12 +12,6 @@
hardware.raspberry-pi."4".fkms-3d.enable = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.android_sdk.accept_license = true;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
];
boot = {
kernelPackages = pkgs.linuxPackages_rpi4;
tmpOnTmpfs = true;
@@ -83,10 +78,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
emacs
firefox
raspberrypi-eeprom
transmission-gtk
vlc
yubikey-manager
networkmanagerapplet