Helix: display inlay hints

Nextcloud deployment
This commit is contained in:
Filippo Berto 2023-04-27 11:12:16 +02:00
parent 1c8f2b7b9f
commit 027f988477
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 69 additions and 54 deletions

View file

@ -102,7 +102,6 @@
{
# age.secrets.oauth_proxy_client_credentials.file = ./secrets/oauth_proxy_client_credentials.age;
age.secrets.spotify_password = { file = ./secrets/spotify_password.age; owner = "bertof"; };
age.secrets.garage_rpc_secret = { file = ./secrets/garage_rpc_secret.age; owner = "garage"; };
}
./nixos_modules/bertof_user.nix
@ -222,6 +221,7 @@
{ home-manager.users.bertof = import ./baldur/hm.nix; }
./nixos_modules/garage.nix
./nixos_modules/nextcloud.nix
];
};
};