aidsmaxxing

This commit is contained in:
tulg 2026-05-09 21:13:38 +03:00
parent ff8ff81a4e
commit fafb1bb009
31 changed files with 847 additions and 377 deletions

View file

@ -1,8 +1,13 @@
{lib, ...}: {
{
lib,
pkgs,
...
}: {
imports = [
./yazi.nix
./shell.nix
./zellij.nix
./symlink.nix
./fastfetch.nix
./tmux.nix
];
}