nixdots/modules/home-manager/pkgs.nix
2026-05-09 21:13:38 +03:00

48 lines
674 B
Nix

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