nixos/modules/home/desktop/default.nix
2024-05-27 22:23:32 +02:00

7 lines
No EOL
61 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hyprland
];
}