mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
update
This commit is contained in:
parent
23bd15c6cd
commit
08e0feea5d
3 changed files with 9 additions and 4 deletions
|
|
@ -10,8 +10,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
wget curl tree neofetch
|
||||
unzip fping calc qrencode
|
||||
fd pkg-config pciutils
|
||||
unzip fping calc fd pciutils
|
||||
rsync zip
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ in
|
|||
home.packages = with pkgs; [
|
||||
nix-init
|
||||
nix-prefetch-git
|
||||
nurl
|
||||
|
||||
pkg-config
|
||||
qrencode
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue