Dev #2

Merged
poslop merged 31 commits from dev into master 2026-07-23 12:48:53 -05:00
Showing only changes of commit 2a17c5ecdf - Show all commits
+9 -8
View File
@@ -1,19 +1,20 @@
{ pkgs, username, ... }: { pkgs, username, ... }:
{ {
hjem.users.${username}.packages = with pkgs; [ hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
nixd
llvmPackages.bintools
tlrc
unzip
neovim
btop btop
clang
curl curl
git git
lld
llvmPackages.bintools
lua-language-server
neofetch neofetch
neovim
nixd
nixfmt
statix statix
tlrc
unzip
wget wget
wl-clipboard wl-clipboard
]; ];