mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
7 lines
136 B
Nix
7 lines
136 B
Nix
{ flakePath, ... }:
|
|
|
|
{
|
|
nixup = "sudo nixos-rebuild switch --flake ${flakePath}/.#desktop";
|
|
chat = "weechat";
|
|
open = "xdg-open";
|
|
}
|