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