nixos/home-manager/packages/packages.nix
2025-04-17 13:36:35 -04:00

29 lines
374 B
Nix

{ pkgs, ... }:
{
imports =
[
./zsh.nix
./git.nix
./emacs.nix
./kitty.nix
./hyprland/hyprland.nix
];
home.packages = with pkgs; [
rustup
hyfetch
nix-output-monitor
alvr
firefox
tree
vesktop
prismlauncher
fzf
zoxide
tor-browser
nix-search-cli
mpv
dolphin
];
}