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;
|
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
|
||||||
|
@ -153,8 +145,17 @@
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# Fingerprint Reader
|
# Fingerprint Reader
|
||||||
fprintd
|
fprintd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue