infrastructure/hosts/thalassa/aoife/home/hyprland.nix
2024-03-23 12:23:57 +01:00

7 lines
133 B
Nix

{ pkgs, ... }: {
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
home.packages = with pkgs; [
wofi
];
}