11 lines
125 B
Nix
11 lines
125 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./ssh
|
|
./hyprland.nix
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
nextcloud-client
|
|
];
|
|
}
|