mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-12 19:32:35 +00:00
Adds blackbox terminal emulator.
This commit is contained in:
parent
ce9ad538e4
commit
22a0ae5584
1 changed files with 1 additions and 6 deletions
|
@ -30,7 +30,7 @@ in
|
|||
kitty.terminfo nix-output-monitor mosh universal-ctags
|
||||
] ++ (lib.optionals cfg.graphical [
|
||||
xclip wl-clipboard neovide vlc helvum speedcrunch
|
||||
freetube slack armcord logseq zoom-us fractal
|
||||
freetube slack armcord logseq zoom-us fractal blackbox-terminal
|
||||
]) ++ (lib.optionals (cfg.graphical && !cfg.minimal) [
|
||||
ungoogled-chromium reaper cardinal plex-media-player puredata kate
|
||||
minetest prismlauncher mangohud qflipper bottles dosbox blender
|
||||
|
@ -215,11 +215,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.wezterm = {
|
||||
enable = cfg.graphical;
|
||||
extraConfig = (builtins.readFile ./wezterm.lua);
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
Loading…
Reference in a new issue