nixos-config/homes/x86_64-linux/andrej/hyprland.nix
2025-09-14 23:39:27 +02:00

36 lines
662 B
Nix

{
pkgs,
lib,
inputs,
...
}: {
home.packages = with pkgs; [
inputs.quickshell.packages.${pkgs.system}.quickshell
material-symbols
inter
fira-code
cava
wl-clipboard
cliphist
ddcutil
matugen
dgop
glib
khal # calendar
gammastep # night mode
colloid-gtk-theme
kitty
playerctl
brightnessctl
libnotify
emacs-pgtk
hyprshot
jq
kdePackages.gwenview
kdePackages.ark
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
];
xdg.configFile."quickshell".source = "${
inputs.desktopShell.packages.${pkgs.system}.dankMaterialShell
}/etc/xdg/quickshell";
}