mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:26:14 -05:00
added local bin to path and fixed shepherd issue
This commit is contained in:
parent
8d9871bd1f
commit
3967227c74
3 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@ export XDG_SESSION_DESKTOP=sway
|
||||||
export _JAVA_AWT_WM_NONREPEATING=1
|
export _JAVA_AWT_WM_NONREPEATING=1
|
||||||
|
|
||||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
|
||||||
export PATH=$PATH:~/.nix-profile/bin
|
export PATH=~/.local/bin:$PATH:~/.nix-profile/bin
|
||||||
|
|
||||||
# Honor per-interactive-shell startup file
|
# Honor per-interactive-shell startup file
|
||||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP &
|
|
||||||
|
|
||||||
waybar &
|
waybar &
|
||||||
|
|
||||||
mako &
|
mako &
|
||||||
|
|
|
@ -212,7 +212,8 @@
|
||||||
(inherit config)
|
(inherit config)
|
||||||
(handle-power-key `ignore)
|
(handle-power-key `ignore)
|
||||||
(handle-suspend-key `ignore)
|
(handle-suspend-key `ignore)
|
||||||
(handle-lid-switch `ignore)))
|
(handle-lid-switch `ignore)
|
||||||
|
(kill-user-processes? #t)))
|
||||||
(delete pulseaudio-service-type)
|
(delete pulseaudio-service-type)
|
||||||
(delete gdm-service-type)
|
(delete gdm-service-type)
|
||||||
(delete avahi-service-type)
|
(delete avahi-service-type)
|
||||||
|
|
Loading…
Reference in a new issue