Починил rbs
This commit is contained in:
parent
1c670e3745
commit
7e7b94eece
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
# Плюс это https://github.com/ohmyzsh/ohmyzsh/wiki/Cheatsheet
|
||||
shellAliases = let
|
||||
flakeDir = "~/nixos-private-dots";
|
||||
flakeDir = "~/nixos_dots";
|
||||
in {
|
||||
rbs = "sudo nixos-rebuild switch --impure --flake ${flakeDir}"; # Применить новый конфиг сразу
|
||||
rbb = "sudo nixos-rebuild boot --impure --flake ${flakeDir}"; # Применить новый конфиг после ребута пк
|
||||
|
@ -36,7 +36,7 @@
|
|||
yt = "cd /mnt/backups/Media/yt-dlp"; # Конфиги для бекапа YouTube
|
||||
qb = "cd /mnt/backups/Media/Music/Qobuz/qdl"; # Бекапить музыку с Qobuz
|
||||
html = "python3 /mnt/backups/html-library/generate_gallery.py --path"; # Html image gallery
|
||||
pyenva = "nix-shell --run zsh /home/urec/nixos-private-dots/modules/home-manager/pyenv-shell.nix";
|
||||
pyenva = "nix-shell --run zsh ${flakeDir}/modules/home-manager/pyenv-shell.nix";
|
||||
nekoray = "sudo appimage-run /home/urec/Downloads/nekoray-3.26-2023-12-09-linux-x64.AppImage";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue