Files
nixos-dotfiles/desktops/hyprland/default.nix
T

8 lines
64 B
Nix

{ ... }:
{
imports = [
./home.nix
./system.nix
];
}