Re-add packages
This commit is contained in:
parent
a4e0ab3d8a
commit
585d91e8a3
1 changed files with 10 additions and 11 deletions
|
@ -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,14 +152,6 @@
|
|||
|
||||
# List packages installed in system profile. To search, run:
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Graphical applications
|
||||
firefox
|
||||
bitwarden
|
||||
steam
|
||||
lutris
|
||||
vlc
|
||||
vscodium
|
||||
|
||||
# Secureboot
|
||||
sbctl
|
||||
|
||||
|
|
Loading…
Reference in a new issue