Repository

Aktuelle Datei: /misc/dotfiles/home-manager/hosts/acertravelmate/hyprconf.nix

⬆️ Übergeordnetes Verzeichnis (..)

# Hyprland Config acertravelmate
{
  config,
  lib,
  pkgs,
  ...
}: {
  home = {
    # Symlink dots needed for Hyprland from local repo
    file = {
      ".config/hypr" = {
        source = ../../../configurations/hosts/acertravelmate/hypr;
        recursive = true;
      };
    };
  };
}

Größe: 292 Bytes