Files
nixos/packages/hyprsunset/home.nix
T
2025-07-08 22:22:02 -05:00

6 lines
64 B
Nix

{pkgs, ...}: {
home.pkgs = with pkgs; [
hyprsunset
];
}