mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
Gabriel Arazas
9687b886a7
This is in consideration for other wraparound modules in the future which does not involve a sandboxing framework or something similar.
12 lines
178 B
Nix
12 lines
178 B
Nix
{
|
|
imports = [
|
|
./programs/blender.nix
|
|
./programs/zellij.nix
|
|
./programs/neovim.nix
|
|
./programs/jujutsu.nix
|
|
./nixgl.nix
|
|
./dconf.nix
|
|
./wraparound
|
|
];
|
|
}
|