Reorganize
This commit is contained in:
parent
91faf41fca
commit
662120ebbb
1 changed files with 9 additions and 8 deletions
|
@ -135,14 +135,6 @@
|
|||
isNormalUser = true;
|
||||
description = "Albert J. Copeland";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
bitwarden
|
||||
steam
|
||||
lutris
|
||||
vlc
|
||||
vscodium
|
||||
];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
@ -153,8 +145,17 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue