adding libvirt stuff
This commit is contained in:
parent
b464cd3499
commit
1e63034c0b
4 changed files with 77 additions and 13 deletions
|
@ -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)"
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue