mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
16 lines
231 B
Nix
16 lines
231 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# imports = [ hyprland.homeManagerModules.default ];
|
|
|
|
xdg.configFile = {
|
|
"hypr".source = ./config;
|
|
};
|
|
|
|
# wayland.windowManager.hyprland = {
|
|
# enable = true;
|
|
# xwayland.enable = true;
|
|
# };
|
|
|
|
}
|