mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
17 lines
185 B
Nix
17 lines
185 B
Nix
{ pkgs, lib, config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./alacritty
|
|
./bash
|
|
./browsers
|
|
./corn
|
|
./fun
|
|
./git
|
|
./gpg
|
|
./gui
|
|
./neovim
|
|
./security
|
|
./utils
|
|
];
|
|
}
|