diff --git a/flake.lock b/flake.lock index fe11c4b9..d0358ada 100644 --- a/flake.lock +++ b/flake.lock @@ -225,11 +225,11 @@ ] }, "locked": { - "lastModified": 1737630279, - "narHash": "sha256-wJQCxyMRc4P26zDrHmZiRD5bbfcJpqPG3e2djdGG3pk=", + "lastModified": 1740347597, + "narHash": "sha256-st5q9egkPGz8TUcVVlIQX7y6G3AzHob+6M963bwVq74=", "owner": "nix-community", "repo": "home-manager", - "rev": "0db5c8bfcce78583ebbde0b2abbc95ad93445f7c", + "rev": "12e26a74e5eb1a31e13daaa08858689e25ebd449", "type": "github" }, "original": { diff --git a/modules/vscode/hm.nix b/modules/vscode/hm.nix index bbcffe47..b7269093 100644 --- a/modules/vscode/hm.nix +++ b/modules/vscode/hm.nix @@ -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"; diff --git a/modules/wpaperd/hm.nix b/modules/wpaperd/hm.nix index e2bc31b9..156e0124 100644 --- a/modules/wpaperd/hm.nix +++ b/modules/wpaperd/hm.nix @@ -30,7 +30,7 @@ in { }; in { - programs.wpaperd.settings.any = { + services.wpaperd.settings.any = { path = "${config.stylix.image}"; } // modeAttrs; }