NOvejsi rofi config, popravek zshrc (go env) ter config.scm (deprecated)
parent
29c4d1ebd5
commit
11b7c15f02
|
@ -3,12 +3,8 @@ combi-modi: "window,drun,run";
|
|||
terminal: "kitty";
|
||||
show-icons: true;
|
||||
sidebar-mode: true;
|
||||
color-normal: "#00383c4a, #c4cbd4, #96404552, #4084d6, #f9f9f9";
|
||||
color-urgent: "#002d303b, #cc6666, #e52d303b, #a54242, #f9f9f9";
|
||||
color-active: "#002d303b, #b5bd68, #e42d303b, #8c9440, #f9f9f9";
|
||||
color-window: "#f22d303b, #7c8389, #1d1f21";
|
||||
separator-style: "solid";
|
||||
font: "Iosevka 11";
|
||||
drun-icon-theme: "Papirus";
|
||||
}
|
||||
@theme "~/.config/rofi/themes/gruvbox/gruvbox-dark.rasi"
|
||||
@theme "gruvbox-dark.rasi"
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -126,8 +126,10 @@ alias run-gamma="pkill -f gammastep; sleep 3; screen -dm -- gammastep -m wayland
|
|||
|
||||
|
||||
# Za LXD!
|
||||
if command -v go &> /dev/null; then
|
||||
export PATH="${PATH}:$(go env GOPATH)/bin:/sbin:/usr/sbin"
|
||||
export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"
|
||||
fi
|
||||
|
||||
# JS fix (prevec nov za openssl)
|
||||
#export NODE_OPTIONS="--openssl-legacy-provider"
|
||||
|
|
|
@ -58,8 +58,7 @@
|
|||
%base-user-accounts))
|
||||
|
||||
;; This is where we specify system-wide packages.
|
||||
(packages (cons* nss-certs ;for HTTPS access
|
||||
zsh ;Z shell
|
||||
(packages (cons* zsh ;Z shell
|
||||
openssh
|
||||
git
|
||||
emacs
|
||||
|
|
Loading…
Reference in New Issue