nixos/homeConfig/modules/bash/config/alias.nix
2024-01-27 15:19:53 -05:00

7 lines
136 B
Nix

{ flakePath, ... }:
{
nixup = "sudo nixos-rebuild switch --flake ${flakePath}/.#desktop";
chat = "weechat";
open = "xdg-open";
}