13 lines
166 B
Nix
13 lines
166 B
Nix
{...}: {
|
|
imports = [
|
|
./hyprland.nix
|
|
./krita
|
|
./neovim.nix
|
|
./obsidian
|
|
./prismlauncher.nix
|
|
./wezterm.nix
|
|
];
|
|
options = {};
|
|
config = {};
|
|
}
|