initial
This commit is contained in:
23
hosts/sarien/users/user/programs/console.nix
Normal file
23
hosts/sarien/users/user/programs/console.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
# config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
ripgrep
|
||||
trashy
|
||||
fd
|
||||
dust
|
||||
procs
|
||||
eza
|
||||
tree
|
||||
speedtest-rs
|
||||
zip
|
||||
unzip
|
||||
execline
|
||||
fastfetch
|
||||
alejandra
|
||||
uutils-coreutils-noprefix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user