fix stuff on nix
This commit is contained in:
commit
fc59006538
4 changed files with 5 additions and 3 deletions
|
@ -70,3 +70,5 @@ lspconfig.lua_ls.setup {
|
|||
Lua = {}
|
||||
}
|
||||
}
|
||||
|
||||
lspconfig.nixd.setup { capabilities = capabilities }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
configuration {
|
||||
modes: "drun,run,calc,clipboard:/home/yt/.config/rofi/scripts/cliphist.sh";
|
||||
modes: "drun,run,clipboard:/home/yt/.config/rofi/scripts/cliphist.sh";
|
||||
font: "hack 12";
|
||||
/* location: 0;*/
|
||||
/* yoffset: 0;*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
focused_workspace=$(swaymsg -t get_workspaces | jq '.[] | select(.focused == true) | .num')
|
||||
|
||||
|
|
2
zshrc
2
zshrc
|
@ -36,6 +36,7 @@ alias vim=nvim
|
|||
alias t=tmux
|
||||
alias se=sudoedit
|
||||
alias s=sudo
|
||||
alias nrs="sudo nixos-rebuild switch"
|
||||
|
||||
export PATH=$PATH:/home/yt/.cargo/bin
|
||||
export EDITOR=nvim
|
||||
|
@ -105,7 +106,6 @@ zinit light Aloxaf/fzf-tab
|
|||
zinit light z-shell/zsh-eza
|
||||
zinit snippet OMZP::git
|
||||
zinit snippet OMZP::sudo
|
||||
zinit snippet OMZP::archlinux
|
||||
zinit snippet OMZP::colored-man-pages
|
||||
|
||||
# load completions
|
||||
|
|
Loading…
Add table
Reference in a new issue