Files
nix/profiles/apollo/hm/default.nix
2025-04-29 22:19:29 +08:00

12 lines
142 B
Nix

{ pkgs, ... }: {
imports = [
./ssh
./hyprland.nix
];
home.packages = with pkgs; [
nextcloud-client
kodi-wayland
];
}