chore: add common packages
This commit is contained in:
9
modules/home/common/default.nix
Normal file
9
modules/home/common/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
jnv
|
||||
jq
|
||||
ncdu
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user