make hm vscode dependent on option
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ config, pkgs, inputs, ...}:
|
{ osConfig, config, pkgs, inputs, lib, ... }: {
|
||||||
{
|
config = lib.mkIf osConfig.custom.graphical.code.enable {
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
@@ -8,4 +8,5 @@
|
|||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.newsboat = {
|
programs.newsboat = {
|
||||||
enable = true;
|
enable = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind-key j down
|
bind-key j down
|
||||||
bind-key k up
|
bind-key k up
|
||||||
|
|||||||
Reference in New Issue
Block a user