Files
nixos-config/hosts/common/features/display/default.nix
T
Miguel Palhas e8086e8528 Several hyprland updates:
plugins, new cursor, light/dark themes, new app launcher, ...
2026-02-16 17:33:40 +00:00

8 lines
79 B
Nix

{ inputs, pkgs, ... }:
{
imports = [
./wayland.nix
./sddm.nix
];
}