yeet
This commit is contained in:
12
nixos/modules/users/packages.nix
Normal file
12
nixos/modules/users/packages.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
users.users.users.packages = with pkgs; [
|
||||
btop
|
||||
ncdu
|
||||
tmux
|
||||
curl
|
||||
bat
|
||||
nethogs
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user