Files
2023-09-05 04:35:35 +05:30

16 lines
231 B
Nix

{ pkgs, ... }:
{
# imports = [ hyprland.homeManagerModules.default ];
xdg.configFile = {
"hypr".source = ./config;
};
# wayland.windowManager.hyprland = {
# enable = true;
# xwayland.enable = true;
# };
}