Merge pull request #407 from genebean/bigboy-extras

Bigboy extras
This commit is contained in:
Gene Liverman 2024-06-14 21:53:54 -04:00 committed by GitHub
commit 0c167945f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 3 deletions

View file

@ -32,4 +32,4 @@
"use-cursor-color": true, "use-cursor-color": true,
"use-highlight-color": false, "use-highlight-color": false,
"use-theme-colors": false "use-theme-colors": false
}

View file

@ -8,8 +8,25 @@
../../common/linux-apps/xfce4-terminal.nix ../../common/linux-apps/xfce4-terminal.nix
]; ];
programs.vscode = { programs = {
vscode = {
enable = true; 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
'';
};
};
} }

View file

@ -118,6 +118,7 @@
angryipscanner angryipscanner
displaylink displaylink
gitkraken gitkraken
handbrake
libreoffice libreoffice
meld meld
networkmanager-openvpn networkmanager-openvpn