feat: initial commit
This commit is contained in:
commit
7fc2437bed
38 changed files with 1528 additions and 0 deletions
23
modules/packages.nix
Normal file
23
modules/packages.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
qt6.qtwayland
|
||||
xdg-utils # for opening default programs
|
||||
glib # gsettings
|
||||
git
|
||||
mercurial # contains 'hg'
|
||||
wget
|
||||
neofetch
|
||||
lsd
|
||||
ripgrep
|
||||
expect # contains 'unbuffer'
|
||||
# languages
|
||||
gcc13
|
||||
go
|
||||
openjdk17
|
||||
javaPackages.openjfx17
|
||||
gradle_7
|
||||
python312
|
||||
nodejs_20
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue