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 = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
@@ -8,4 +8,5 @@
|
||||
rust-lang.rust-analyzer
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
};
|
||||
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
extraConfig = ''
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
|
||||
Reference in New Issue
Block a user