move old nixos-config over here

This commit is contained in:
Daniel Lundin 2024-08-02 14:09:42 +02:00
parent 346d80ae7e
commit 54baace7c1
No known key found for this signature in database
35 changed files with 850 additions and 44 deletions
home/common

24
home/common/devel.nix Normal file
View file

@ -0,0 +1,24 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
bacon
cargo
clang
codeium
gnumake
go
just
ldns
nixfmt-rfc-style
nodejs_22
passage
rage
prettierd
rust-analyzer
rustc
sqlite
stylua
tree-sitter
zig
];
}