nixos-config/modules/nixos/bash.nix
wo2wz e1cccdbfa8 primitive config for Drone,
use rustscheds package for scx,
add nixos bash module
2025-08-01 01:43:18 -04:00

8 lines
No EOL
139 B
Nix

{ config, ... }:
{
programs.bash.shellAliases = {
switch = "sudo nixos-rebuild switch";
boot = "sudo nixos-rebuild boot";
};
}