mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-29 04:39:10 +00:00
full restructure
This commit is contained in:
parent
af4429982d
commit
8dd28119e7
74 changed files with 921 additions and 3490 deletions
14
nixos/modules/programming-languages.nix
Normal file
14
nixos/modules/programming-languages.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
go
|
||||
(python312Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
|
||||
nodePackages_latest.nodejs
|
||||
nodePackages_latest.pnpm
|
||||
bun
|
||||
lua
|
||||
zig
|
||||
numbat
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue