rename depracated vars
This commit is contained in:
parent
6775ea533c
commit
022aef7a7d
3 changed files with 3 additions and 3 deletions
|
|
@ -179,7 +179,7 @@
|
||||||
wget
|
wget
|
||||||
cifs-utils
|
cifs-utils
|
||||||
saleae-logic-2
|
saleae-logic-2
|
||||||
] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]);
|
] ++ (if !inputs.x11mode then [ regreet ] else [ ]);
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
james-yu.latex-workshop
|
james-yu.latex-workshop
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
ssh = "TERM=xterm-256color $(which -p ssh)";
|
ssh = "TERM=xterm-256color $(which -p ssh)";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = "eval \"$(direnv hook zsh)\"";
|
initContent = "eval \"$(direnv hook zsh)\"";
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue