nixdots/modules/home-manager/pkgs.nix

48 lines
684 B
Nix

{
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
quickshell
networkmanagerapplet
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
wdisplays
nwg-look
restic
rose-pine-gtk-theme
alejandra
prismlauncher
arc-theme
cliphist
swappy
mpv
vulkan-tools
looking-glass-client
fastfetch
btop
nicotine-plus
strawberry
pavucontrol
wl-clipboard
hyprcursor
parsec-bin
file-roller
hyprpaper
hyprpolkitagent
nixd
awww
grim
slurp
inxi
waybar
wofi
mako
feh
librewolf
zellij
element-desktop
piper
libratbag
];
}