reorg pkgs
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
hjem.users.${username}.packages = with pkgs; [
|
||||
# general
|
||||
neovim
|
||||
git
|
||||
|
||||
# c++
|
||||
clang
|
||||
lld
|
||||
llvmPackages.bintools
|
||||
|
||||
# lua
|
||||
stylua
|
||||
lua-language-server
|
||||
|
||||
# nix
|
||||
nixd
|
||||
nixfmt
|
||||
statix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user