pantheon/users/modules/utils.nix
2025-03-25 06:53:06 +08:00

14 lines
295 B
Nix

{ pkgs, inputs, ... }:
{
home.packages = with pkgs; [
fastfetch # system info
wl-clipboard # provides cli copy and paste commands
aichat # duh
ripgrep
devenv
bat
ttyper
hyprpicker
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}