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