Refactor terminal development

This commit is contained in:
muon 2025-12-22 18:18:26 +00:00
parent 76d16b1348
commit 85c51ff9d0
7 changed files with 484 additions and 2133 deletions

View file

@ -1,6 +1,18 @@
{ pkgs, lib, osConfig, ... }: {
imports =
[ ./shell.nix ./emulator.nix ./development.nix ./tools.nix ./yazi.nix ];
{
lib,
osConfig,
...
}: {
imports = [
./shell.nix
./emulator.nix
./development.nix
./tools.nix
./yazi.nix
./helix
./nvim
./zellij
];
config = lib.mkIf osConfig.mods.desktop.enable {
mods.terminal.emulator.enable = lib.mkDefault true;