mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-04 06:36:25 -05:00
update: misc
This commit is contained in:
parent
a28cc71ef2
commit
813906ee3f
4 changed files with 29 additions and 17 deletions
|
|
@ -16,9 +16,11 @@
|
|||
./programs/zsh.nix
|
||||
./programs/ssh.nix
|
||||
./programs/yazi.nix
|
||||
./programs/neomutt.nix
|
||||
./programs/gpg.nix
|
||||
|
||||
# Import desktop configurations
|
||||
# ./desktop/hyprland.nix
|
||||
./desktop/hyprland.nix
|
||||
# ./desktop/hyprpanel.nix
|
||||
# ./desktop/river.nix
|
||||
# ./desktop/hyprpaper.nix
|
||||
|
|
@ -68,6 +70,7 @@
|
|||
fd
|
||||
lsd
|
||||
brightnessctl
|
||||
neomutt
|
||||
|
||||
nerd-fonts.fira-mono
|
||||
|
||||
|
|
@ -114,6 +117,11 @@
|
|||
openssl
|
||||
psmisc
|
||||
air
|
||||
w3m
|
||||
gopass
|
||||
pinentry
|
||||
gnupg
|
||||
dig
|
||||
];
|
||||
|
||||
# Enable home-manager
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
export PATH=$PATH:(go env GOPATH)/bin
|
||||
export PATH="/home/fabric/.cargo/bin:$PATH"
|
||||
export PATH="/home/fabric/.config/emacs/bin:$PATH"
|
||||
export GPG_TTY=$(tty)
|
||||
export GPG_AGENT_INFO=
|
||||
export GPGPINENTRYMODE=loopback
|
||||
GOPATH=$HOME/go
|
||||
PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
PATH="$HOME/.govm/shim:$PATH"
|
||||
|
|
@ -44,6 +47,7 @@
|
|||
fi
|
||||
rm -f -- "$tmp"
|
||||
}
|
||||
gpg --quiet --decrypt /home/fabric/.local/share/gopass/stores/root/websites/codeberg.org/FabricSoul.gpg >/dev/null
|
||||
'';
|
||||
prezto = {
|
||||
tmux = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue