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.
|
# Bootloader
|
||||||
# boot.loader.systemd-boot.enable = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
# Hibernation resume device:
|
# Hibernation resume device:
|
||||||
|
@ -135,6 +134,14 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Albert J. Copeland";
|
description = "Albert J. Copeland";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
firefox
|
||||||
|
bitwarden
|
||||||
|
steam
|
||||||
|
lutris
|
||||||
|
vlc
|
||||||
|
vscodium
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
@ -145,14 +152,6 @@
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Graphical applications
|
|
||||||
firefox
|
|
||||||
bitwarden
|
|
||||||
steam
|
|
||||||
lutris
|
|
||||||
vlc
|
|
||||||
vscodium
|
|
||||||
|
|
||||||
# Secureboot
|
# Secureboot
|
||||||
sbctl
|
sbctl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue