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, ... }:
{
hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
nixd
llvmPackages.bintools
tlrc
unzip
neovim
btop
clang
curl
git
lld
llvmPackages.bintools
lua-language-server
neofetch
neovim
nixd
nixfmt
statix
tlrc
unzip
wget
wl-clipboard
];