Massive rewrite, further modularized

This commit is contained in:
Bryan Ramos 2024-01-28 09:16:53 -05:00
parent 98e2bfe511
commit d725ffdbfa
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
28 changed files with 139 additions and 53 deletions

View file

@ -1,16 +1,9 @@
{ pkgs, lib, config, ... }:
{
imports = [
./alacritty
./bash
./browsers
./corn
./fun
./git
./gpg
./gui
./neovim
./security
./utils
];