mirror of
https://github.com/davegallant/nix-config
synced 2025-11-25 23:14:16 +00:00
Fmt
This commit is contained in:
66
home.nix
66
home.nix
@@ -125,34 +125,34 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
||||||
set -x DOCKER_CLI_HINTS false
|
set -x DOCKER_CLI_HINTS false
|
||||||
set -x DOCKER_DEFAULT_PLATFORM linux/amd64
|
set -x DOCKER_DEFAULT_PLATFORM linux/amd64
|
||||||
set -x EDITOR vim
|
set -x EDITOR vim
|
||||||
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
|
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
|
||||||
set -x PAGER less
|
set -x PAGER less
|
||||||
set -x TERM xterm-256color
|
set -x TERM xterm-256color
|
||||||
|
|
||||||
set -x PATH $PATH \
|
set -x PATH $PATH \
|
||||||
~/.cargo/bin \
|
~/.cargo/bin \
|
||||||
~/.local/bin \
|
~/.local/bin \
|
||||||
~/.npm-packages/bin \
|
~/.npm-packages/bin \
|
||||||
/opt/homebrew/bin \
|
/opt/homebrew/bin \
|
||||||
~/.krew/bin \
|
~/.krew/bin \
|
||||||
~/bin
|
~/bin
|
||||||
|
|
||||||
# golang
|
# golang
|
||||||
set -x GOPATH ~/go
|
set -x GOPATH ~/go
|
||||||
set -x GOBIN $GOPATH/bin
|
set -x GOBIN $GOPATH/bin
|
||||||
set -x PATH $PATH $GOBIN
|
set -x PATH $PATH $GOBIN
|
||||||
|
|
||||||
source $HOME/work.fish
|
source $HOME/work.fish
|
||||||
|
|
||||||
atuin init fish | source
|
atuin init fish | source
|
||||||
helm completion fish | source
|
helm completion fish | source
|
||||||
kubectl completion fish | source
|
kubectl completion fish | source
|
||||||
# '';
|
# '';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
@@ -422,16 +422,16 @@ in
|
|||||||
buffer_font_size = lib.mkForce 18;
|
buffer_font_size = lib.mkForce 18;
|
||||||
};
|
};
|
||||||
userKeymaps = [
|
userKeymaps = [
|
||||||
{
|
{
|
||||||
context = "Editor && !menu";
|
context = "Editor && !menu";
|
||||||
bindings = {
|
bindings = {
|
||||||
"ctrl-shift-c" = "editor::Copy";
|
"ctrl-shift-c" = "editor::Copy";
|
||||||
"ctrl-shift-x" = "editor::Cut";
|
"ctrl-shift-x" = "editor::Cut";
|
||||||
"ctrl-shift-v" = "editor::Paste";
|
"ctrl-shift-v" = "editor::Paste";
|
||||||
"ctrl-z" = "editor::Undo";
|
"ctrl-z" = "editor::Undo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox = {
|
firefox = {
|
||||||
|
|||||||
Reference in New Issue
Block a user