修改hyprland样式,增加nextcloud-client

This commit is contained in:
2025-04-29 15:16:13 +08:00
parent 4e98a706ab
commit d4177d6823
7 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
{ ... }: {
{ pkgs, ... }: {
imports = [
./ssh
./hyprland.nix
];
home.packages = with pkgs; [
nextcloud-client
];
}