Files
nix-dotfiles/users/alice/home/hypr/default.nix

13 lines
118 B
Nix

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