nix/modules/home-manager/desktop.nix

6 lines
82 B
Nix

{outputs, ...}: {
imports = with outputs.homeManagerModules; [
kitty
];
}