testing 67

This commit is contained in:
tulg 2026-02-28 18:16:24 +03:00
parent 6c21ec9a59
commit 84b12dca7f
7 changed files with 42 additions and 12 deletions

View file

@ -1,6 +1,11 @@
{lib, ...}: {
options = {
tulg.shell.enable = lib.mkEnableOption "shellshit";
};
imports = [
./yazi.nix
./shell.nix
./clipkgs.nix
];
}