caesium: thunderbird and vscode updates
This commit is contained in:
+4
-13
@@ -1,17 +1,8 @@
|
||||
{ config, inputs, pkgs, ... }: {
|
||||
|
||||
# Managed VS Code Extensions (The "Clean" Way)
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
userSettings = builtins.fromJSON (builtins.readFile ./config.vscode.settings.json);
|
||||
extensions = with inputs.nix-vscode-extensions.extensions.${pkgs.system}.vscode-marketplace; [
|
||||
bbenoist.nix
|
||||
vscode-icons-team.vscode-icons
|
||||
waderyan.gitblame
|
||||
];
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
./programs.vscode.nix
|
||||
./programs.thunderbird.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
# Points to the Homebrew location mentioned in your caveat
|
||||
|
||||
Reference in New Issue
Block a user