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

11 lines
125 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-25 23:10:55 +08:00
}