set up something working (hopefully)
This commit is contained in:
parent
4d919a6a11
commit
a21715b71a
21 changed files with 567 additions and 10 deletions
22
hosts/common/packages.nix
Normal file
22
hosts/common/packages.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ inputs, outputs, profile-config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
neovim
|
||||
eza
|
||||
zsh
|
||||
git
|
||||
zip
|
||||
unzip
|
||||
neofetch
|
||||
fastfetch
|
||||
wget
|
||||
zoxide
|
||||
python3
|
||||
gcc
|
||||
htop
|
||||
networkmanager
|
||||
uwufetch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue