nixos/system/home/shell/extras.nix

9 lines
106 B
Nix
Raw Normal View History

2025-01-04 09:31:36 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
asciiquarium-transparent
pipes
cbonsai
];
}