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