mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Refactor terminal development
This commit is contained in:
parent
76d16b1348
commit
85c51ff9d0
7 changed files with 484 additions and 2133 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue