Migrate to snowfall lib
This commit is contained in:
17
modules/home/cli/other/default.nix
Normal file
17
modules/home/cli/other/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
sudo
|
||||
ripgrep
|
||||
unzip
|
||||
|
||||
socat
|
||||
ripgrep
|
||||
|
||||
appimage-run
|
||||
|
||||
cbonsai
|
||||
pipes-rs
|
||||
cmatrix
|
||||
cava
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user