ahuston-0 5a0e4e630a migrate packages to non-server, enable hyprland config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-29 01:59:49 +00:00

13 lines
118 B
Nix

{
config,
lib,
pkgs,
...
}:
{
xdg.configFile = {
"hypr/hyprland.conf".source = ./hyprland.conf;
};
}