packages reformat
This commit is contained in:
19
modules/core/packages/user.nix
Normal file
19
modules/core/packages/user.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
hjem.users.${username}.packages = with pkgs; [
|
||||
clang
|
||||
lld
|
||||
nixfmt
|
||||
llvmPackages.bintools
|
||||
tlrc
|
||||
unzip
|
||||
neovim
|
||||
btop
|
||||
curl
|
||||
git
|
||||
neofetch
|
||||
statix
|
||||
wget
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user