From 585d91e8a3e8d3a2e8dd9ded8347df881ead7aa4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 23:22:59 +0900 Subject: [PATCH] Re-add packages --- laptop/configuration.nix | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index a6111577..2a4b2fb5 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -33,8 +33,7 @@ }; }; - # Bootloader. - # boot.loader.systemd-boot.enable = true; + # Bootloader boot.loader.efi.canTouchEfiVariables = true; boot.tmp.cleanOnBoot = true; # Hibernation resume device: @@ -135,6 +134,14 @@ isNormalUser = true; description = "Albert J. Copeland"; extraGroups = [ "networkmanager" "wheel" ]; + packages = with pkgs; [ + firefox + bitwarden + steam + lutris + vlc + vscodium + ]; }; # Allow unfree packages @@ -145,17 +152,9 @@ # List packages installed in system profile. To search, run: environment.systemPackages = with pkgs; [ - # Graphical applications - firefox - bitwarden - steam - lutris - vlc - vscodium - # Secureboot sbctl - + # Fingerprint Reader fprintd