treewide: rename wpaperd and vscode options (#905)

Resolve the following warnings:

    - The option `programs.wpaperd.settings' defined in
      `/nix/store/<HASH>-source/modules/wpaperd/hm.nix' has been renamed
      to `services.wpaperd.settings'.

    - The option `programs.vscode.extensions' defined in
      `/nix/store/<HASH>-source/modules/vscode/hm.nix' has been renamed
      to `programs.vscode.profiles.default.extensions'.

    - The option `programs.vscode.userSettings' defined in
      `/nix/store/<HASH>-source/modules/vscode/hm.nix' has been renamed
      to `programs.vscode.profiles.default.userSettings'.


The VSCode theme is now only applied to the 'default' profile.

Closes: https://github.com/danth/stylix/issues/903
Link: https://github.com/danth/stylix/pull/905

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Jaanonim 2025-02-24 16:43:41 +01:00 committed by GitHub
parent 2c4b5bec36
commit cbe42e21ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ in
config =
lib.mkIf (config.stylix.enable && config.stylix.targets.vscode.enable)
{
programs.vscode = {
programs.vscode.profiles.default = {
extensions = [ themeExtension ];
userSettings = {
"workbench.colorTheme" = "Stylix";