Sync CLI tools across all hosts
This commit is contained in:
parent
050fe2d1a7
commit
c680907894
5 changed files with 32 additions and 4 deletions
5
home/btop.nix
Normal file
5
home/btop.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.btop.enable = true;
|
||||
}
|
12
home/cli.nix
Normal file
12
home/cli.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tree # like `ls -R` but nicer
|
||||
|
||||
# Extremely important
|
||||
fortune
|
||||
cowsay
|
||||
lolcat
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue