summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash_profile7
-rw-r--r--bashrc5
-rw-r--r--config/nix/nix.conf1
-rw-r--r--hooks/post-up/installations3
-rw-r--r--repository.list4
5 files changed, 15 insertions, 5 deletions
diff --git a/bash_profile b/bash_profile
index 03ce36e..43ac057 100644
--- a/bash_profile
+++ b/bash_profile
@@ -7,7 +7,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
export PS1="\\A \\e[1m \\W ${GUIX_ENVIRONMENT:+ (+)} \\e(B\\e[m"
export LIBSEAT_BACKEND=logind
-export EDITOR="emacsclient -nw"
+export EDITOR="zile"
export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
@@ -17,10 +17,11 @@ export MOZ_ENABLE_WAYLAND="1"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
export XDG_SESSION_TYPE="wayland"
-export PF_INFO="ascii title os host pkgs shell"
+export PF_INFO="ascii title os pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"
-
gpg-agent
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
+
+if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi \ No newline at end of file
diff --git a/bashrc b/bashrc
index 35b3ef9..aaf71b1 100644
--- a/bashrc
+++ b/bashrc
@@ -6,7 +6,7 @@ alias rcup="rcup -d ~/rcm"
alias lsrc="lsrc -d ~/rcm"
alias rcdn="rcdn -d ~/rcm"
alias mkrc="mkrc -d ~/rcm"
-alias info="inxi -S -c 13"
+alias infols="inxi -S -c 0"
alias f-commit="fossil commit && fossil git export"
# Bash initialization for interactive non-login shells and
# for remote shells (info "(bash) Bash Startup Files").
@@ -37,4 +37,5 @@ PS1='\A ${GUIX_ENVIRONMENT:+︎v }$(parse_git_branch)\W '
eval "$(zoxide init bash)"
eval "$(direnv hook bash)"
-export PATH=$PATH:"~/.local/bin" \ No newline at end of file
+export PATH=$PATH:"~/.local/bin"
+export GPG_TTY=/dev/pts/0
diff --git a/config/nix/nix.conf b/config/nix/nix.conf
new file mode 100644
index 0000000..c7d7291
--- /dev/null
+++ b/config/nix/nix.conf
@@ -0,0 +1 @@
+experimental-features = nix-command flakes
diff --git a/hooks/post-up/installations b/hooks/post-up/installations
new file mode 100644
index 0000000..562bfe2
--- /dev/null
+++ b/hooks/post-up/installations
@@ -0,0 +1,3 @@
+#!/bin/bash
+set -e
+xsync
diff --git a/repository.list b/repository.list
index f198bee..a664cc3 100644
--- a/repository.list
+++ b/repository.list
@@ -55,3 +55,7 @@ xorg-server-xwayland
xtools
xz
zoxide
+zile
+bluez
+pinentry-tty
+texinfo