Files
nix/modules/home-manager/programs/default.nix
Gustavo "Guz" L. de Mello 9c58201f76 feat: vault profile
2024-05-03 15:05:39 -03:00

12 lines
151 B
Nix

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