changes for wails development

This commit is contained in:
Ryan Schanzenbacher 2024-09-10 15:34:53 -04:00
parent f2d6827536
commit f3ee8355e3
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 5 additions and 0 deletions

View file

@ -12,8 +12,12 @@ if status is-login
fish_add_path -Pp ~/.guix-home/profile/bin fish_add_path -Pp ~/.guix-home/profile/bin
fish_add_path -Pp /run/setuid-programs fish_add_path -Pp /run/setuid-programs
fish_add_path -Pp ~/.nix-profile/bin fish_add_path -Pp ~/.nix-profile/bin
fish_add_path -Pp ~/.go/bin
set -gx GOPATH ~/.go
set -gx EDITOR nvim set -gx EDITOR nvim
set -gax --path XDG_DATA_DIRS ~/.nix-profile/share set -gax --path XDG_DATA_DIRS ~/.nix-profile/share
set -gax --path PKG_CONFIG_PATH /run/current-system/profile/lib/pkgconfig
set -gax --path LD_LIBRARY_PATH /run/current-system/profile/lib
# Bad # Bad
find ~/.config/fish/ -name "*tmp*" -exec rm {} + find ~/.config/fish/ -name "*tmp*" -exec rm {} +
end end

View file

@ -158,6 +158,7 @@
"dconf" "dconf"
"wireplumber" "wireplumber"
"wireshark" "wireshark"
"webkitgtk-with-libsoup2" ; Needed for Go wails development
"zsh")) "zsh"))
(list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new) (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new)
%my-base-packages )) %my-base-packages ))