initial commit
This commit is contained in:
commit
07d4f917bd
83 changed files with 3762 additions and 0 deletions
23
system/packages.nix
Normal file
23
system/packages.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
btop
|
||||
fzf
|
||||
gimp
|
||||
git
|
||||
lm_sensors
|
||||
neofetch
|
||||
neovim
|
||||
ripgrep
|
||||
sysstat
|
||||
tldr
|
||||
unzip
|
||||
wget
|
||||
xdg-desktop-portal-gtk
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue