This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/hyprland/hyprland.nix

10 lines
148 B
Nix
Executable File

{ pkgs, lib, inputs, ... }:
{
imports = [
inputs.hyprland.homeManagerModules.default
];
wayland.windowManager.hyprland.enable = true;
}