Files
nix/modules/home-manager/programs/default.nix

11 lines
134 B
Nix

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