adding libvirt stuff

This commit is contained in:
Chris Cochrun 2022-09-26 17:03:47 -05:00
parent b464cd3499
commit 1e63034c0b
4 changed files with 77 additions and 13 deletions

View file

@ -425,6 +425,7 @@
suspend = "systemctl suspend";
sysuse = "systemctl --user";
myip = "curl icanhazip.com";
nixs = "nix search nixpkgs";
ytd = "yt-dlp -o ~/Videos/%(title)s.%(ext)s";
};
@ -436,8 +437,9 @@
programs.bash = {
enable = true;
bashrcExtra = ''
# source $(blesh-share)
# ble-face auto_complete="fg=238"
# export ENV_EFI_CODE_SECURE=/run/libvirt/nix-ovmf/OVMF_CODE.fd ENV_EFI_VARS_SECURE=/run/libvirt/nix-ovmf/OVMF_VARS.fd
source $(blesh-share)
ble-face auto_complete="fg=238"
eval "$(starship init bash)"
'';
};