mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update
This commit is contained in:
parent
a3f9e15ea2
commit
62293787b9
4 changed files with 6 additions and 2 deletions
|
@ -1,2 +1 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
|
|
2
dot_config/electron-flags.conf
Normal file
2
dot_config/electron-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=WaylandWindowDecorations
|
||||
--ozone-platform-hint=wayland
|
1
dot_config/nix/nix.conf
Normal file
1
dot_config/nix/nix.conf
Normal file
|
@ -0,0 +1 @@
|
|||
experimental-features = nix-command flakes
|
|
@ -188,6 +188,9 @@ if command -v hub &> /dev/null; then
|
|||
alias hub="op run -- hub"
|
||||
fi
|
||||
|
||||
if command -v paru &> /dev/null; then
|
||||
alias pru=paru
|
||||
fi
|
||||
alias f=fuck
|
||||
alias v=nvim
|
||||
alias dotfiles='chezmoi'
|
||||
|
@ -235,6 +238,5 @@ alias i='ya ~/i'
|
|||
alias ssh="ssh.exe"
|
||||
{{- else -}}
|
||||
# linux spec config
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
{{- end -}}
|
||||
{{- end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue