nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 406ab71c75dbeeb6938b0b179cfe57639c4dbc05
parent f57f045967f41609dcb26fc50b08ece50d869122
Author: mtmn <miro@haravara.org>
Date:   Thu, 28 May 2026 22:20:10 +0200

chore: add ghcup shell profile

Diffstat:
Amodules/mixins/dotfiles/config/shell/profile/ghcup | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/mixins/dotfiles/config/shell/profile/ghcup b/modules/mixins/dotfiles/config/shell/profile/ghcup @@ -0,0 +1,2 @@ +#!/bin/sh +[ -f "/home/miro/.ghcup/env" ] && . "/home/miro/.ghcup/env"