Files
nix/modules/home-manager/programs/default.nix
Gustavo "Guz" L. de Mello cb313daca9 feat: games
2024-04-18 10:44:21 -03:00

13 lines
166 B
Nix

{...}: {
imports = [
./hyprland.nix
./krita
./neovim.nix
./obsidian
./prismlauncher.nix
./wezterm.nix
];
options = {};
config = {};
}