mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
0c167945f1
3 changed files with 21 additions and 3 deletions
|
|
@ -32,4 +32,4 @@
|
|||
"use-cursor-color": true,
|
||||
"use-highlight-color": false,
|
||||
"use-theme-colors": false
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,25 @@
|
|||
../../common/linux-apps/xfce4-terminal.nix
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
};
|
||||
wezterm = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
-- This will hold the configuration.
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
-- This is where you actually apply your config choices
|
||||
|
||||
-- For example, changing the color scheme:
|
||||
config.color_scheme = 'AdventureTime'
|
||||
|
||||
-- and finally, return the configuration to wezterm
|
||||
return config
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@
|
|||
angryipscanner
|
||||
displaylink
|
||||
gitkraken
|
||||
handbrake
|
||||
libreoffice
|
||||
meld
|
||||
networkmanager-openvpn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue