Files
nix/profiles/apollo/hm/default.nix

12 lines
142 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2025-04-25 23:10:55 +08:00
imports = [
./ssh
./hyprland.nix
];
home.packages = with pkgs; [
nextcloud-client
2025-04-29 22:19:29 +08:00
kodi-wayland
];
2025-04-25 23:10:55 +08:00
}