[Init]
This commit is contained in:
20
home/cli/default.nix
Normal file
20
home/cli/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./git
|
||||
./neofetch
|
||||
./starship
|
||||
./zsh
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
sudo
|
||||
ripgrep
|
||||
|
||||
bat
|
||||
croc
|
||||
socat
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user