From 022aef7a7d19cd046bda27f9ba34cd2338fd79e3 Mon Sep 17 00:00:00 2001 From: CDaut Date: Wed, 24 Sep 2025 00:05:48 +0200 Subject: [PATCH] rename depracated vars --- configuration.nix | 2 +- programm_configs/vscode.nix | 2 +- programm_configs/zsh.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 77610e1..b4d51d3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -179,7 +179,7 @@ wget cifs-utils saleae-logic-2 - ] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]); + ] ++ (if !inputs.x11mode then [ regreet ] else [ ]); programs.dconf.enable = true; diff --git a/programm_configs/vscode.nix b/programm_configs/vscode.nix index 09c3c21..4f1b5bf 100644 --- a/programm_configs/vscode.nix +++ b/programm_configs/vscode.nix @@ -3,7 +3,7 @@ programs.vscode = { enable = true; package = pkgs.vscodium; - extensions = with pkgs.vscode-extensions; [ + profiles.default.extensions = with pkgs.vscode-extensions; [ bbenoist.nix james-yu.latex-workshop jnoortheen.nix-ide diff --git a/programm_configs/zsh.nix b/programm_configs/zsh.nix index b417ce5..3d7bab4 100644 --- a/programm_configs/zsh.nix +++ b/programm_configs/zsh.nix @@ -9,7 +9,7 @@ ssh = "TERM=xterm-256color $(which -p ssh)"; }; - initExtra = "eval \"$(direnv hook zsh)\""; + initContent = "eval \"$(direnv hook zsh)\""; oh-my-zsh = { enable = true;