initial commit
This commit is contained in:
10
users/modules/basics.nix
Normal file
10
users/modules/basics.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs = {
|
||||
fd.enable = true;
|
||||
fzf.enable = true;
|
||||
home-manager.enable = true;
|
||||
htop.enable = true;
|
||||
jq.enable = true;
|
||||
ripgrep.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user