Compare commits
2 Commits
32cfdc0f3d
...
2a17c5ecdf
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a17c5ecdf | |||
| 5a7f060075 |
@@ -1,18 +1,20 @@
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
hjem.users.${username}.packages = with pkgs; [
|
||||
clang
|
||||
lld
|
||||
nixfmt
|
||||
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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user