mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
reorder system packages and add some notes
This commit is contained in:
parent
ffe357cac5
commit
df8f37bb90
1 changed files with 6 additions and 1 deletions
|
@ -60,9 +60,9 @@
|
|||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
# nixpkgs CLI tools
|
||||
avahi
|
||||
dmidecode
|
||||
firefox
|
||||
freshfetch
|
||||
git
|
||||
git-lfs
|
||||
|
@ -73,8 +73,13 @@
|
|||
unzip
|
||||
wget
|
||||
xz
|
||||
zellij
|
||||
zlib
|
||||
|
||||
# GUI tools
|
||||
firefox
|
||||
|
||||
# Flake CLI tools
|
||||
inputs.pinix.packages.${system}.default
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue