This commit is contained in:
reonokiy 2024-09-27 22:44:25 +08:00
parent a3f9e15ea2
commit 62293787b9
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
4 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland

View file

@ -0,0 +1,2 @@
--enable-features=WaylandWindowDecorations
--ozone-platform-hint=wayland

1
dot_config/nix/nix.conf Normal file
View file

@ -0,0 +1 @@
experimental-features = nix-command flakes

View file

@ -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}}