nix-dotfiles/home-manager/modules/hyprspace.nix

3 lines
53 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.hyprspace];
}