parent
903a9dbb1b
commit
5cd13a0bff
3 changed files with 10 additions and 3 deletions
nixos
|
@ -53,6 +53,7 @@
|
|||
name = "libvirt";
|
||||
restart_service = true;
|
||||
}
|
||||
"make"
|
||||
"qemu"
|
||||
"texinfo"
|
||||
"wget"
|
||||
|
@ -61,11 +62,18 @@
|
|||
imports = [
|
||||
];
|
||||
|
||||
home.sessionPath = ["$HOME/bin" "/opt/homebrew/bin" "/Users/Cyryl.Plotnicki/Library/Application Support/JetBrains/Toolbox/scripts"];
|
||||
home.sessionPath = [
|
||||
"$HOME/bin"
|
||||
"/opt/homebrew/bin"
|
||||
"/Users/Cyryl.Plotnicki/Library/Application Support/JetBrains/Toolbox/scripts"
|
||||
];
|
||||
home.packages = with pkgs; [];
|
||||
programs.zsh.loginExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
programs.zsh.initExtraBeforeCompInit = ''
|
||||
export PATH="/opt/homebrew/opt/make/libexec/gnubin/:$PATH"
|
||||
'';
|
||||
programs.zsh.localVariables = {
|
||||
"SSL_CERT_FILE" = "/etc/nix/ca_cert.pem";
|
||||
"NIX_SSL_CERT_FILE" = "/etc/nix/ca_cert.pem";
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
nixpkgs-fmt
|
||||
nmap
|
||||
nvd
|
||||
ripgrep-all
|
||||
ripgrep
|
||||
rustup
|
||||
sops
|
||||
speedtest-cli
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
bc = ''BC_ENV_ARGS=<(echo "scale=2") \bc'';
|
||||
cat = "bat -p";
|
||||
icat = "kitten icat";
|
||||
rg = "rga";
|
||||
tmate = "tmux detach-client -E 'tmate;tmux'";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue