mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
changed some configs for easier building some packages from Cargo
This commit is contained in:
@@ -8,7 +8,7 @@ alias ldocker="lazydocker"
|
||||
alias conf="z ~/.config"
|
||||
alias nixos="z /etc/nixos"
|
||||
alias store="z /nix/store"
|
||||
alias rustenv="nix-shell -p pkg-config openssl sqlite --run fish" # run this command first if you have trouble with openssl or sqlite during compiling a rust project (more https://nixos.wiki/wiki/Rust#Building_Rust_crates_that_require_external_system_libraries)
|
||||
alias rustenv="nix-shell -p pkg-config openssl sqlite protobuf --run fish" # run this command first if you have trouble with openssl, sqlite or protobuf during compiling a rust project (more https://nixos.wiki/wiki/Rust#Building_Rust_crates_that_require_external_system_libraries)
|
||||
alias nswitch="sudo nixos-rebuild switch --flake /etc/nixos"
|
||||
alias nswitchu="sudo nixos-rebuild switch --flake /etc/nixos --upgrade --update-input nixpkgs --update-input rust-overlay --commit-lock-file"
|
||||
alias ncsu="sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos"
|
||||
@@ -23,6 +23,8 @@ set -gx EDITOR hx
|
||||
set -gx VOLUME_STEP 5
|
||||
set -gx BRIGHTNESS_STEP 5
|
||||
|
||||
set -gx PATH $HOME/.cargo/bin $PATH
|
||||
|
||||
set fish_vi_force_cursor
|
||||
set fish_cursor_default block
|
||||
set fish_cursor_insert line blink
|
||||
|
Reference in New Issue
Block a user