primitive config for Drone,
use rustscheds package for scx, add nixos bash module
This commit is contained in:
parent
a1196deb25
commit
e1cccdbfa8
6 changed files with 120 additions and 39 deletions
8
modules/nixos/bash.nix
Normal file
8
modules/nixos/bash.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.bash.shellAliases = {
|
||||
switch = "sudo nixos-rebuild switch";
|
||||
boot = "sudo nixos-rebuild boot";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue