mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
53783fc910
Though, in practice, this module may not be used and set it per-environment for its specificities.
13 lines
238 B
Nix
13 lines
238 B
Nix
{
|
|
imports = [
|
|
./setups/completion.nix
|
|
./setups/debugging.nix
|
|
./setups/desktop-utils.nix
|
|
./setups/fuzzy-finder.nix
|
|
./setups/note-taking.nix
|
|
./setups/snippets
|
|
./setups/treesitter.nix
|
|
./setups/ui.nix
|
|
];
|
|
}
|