Compare

f2d68275367f105a0b3c25d9ab3f9245f143a271 .. f3ee8355e3b453fc14ac3d6b63fb7368798d66d7 · 1 commits

Changed files

Commits

HashSubjectAuthorDate
f3ee8355 changes for wails development Ryan Schanzenbacher
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish
index 3ccd0cb..136a9b1 100644
--- a/home-config/fish/config.fish
+++ b/home-config/fish/config.fish
@@ -12,8 +12,12 @@ if status is-login
fish_add_path -Pp ~/.guix-home/profile/bin
fish_add_path -Pp /run/setuid-programs
fish_add_path -Pp ~/.nix-profile/bin
+ fish_add_path -Pp ~/.go/bin
+ set -gx GOPATH ~/.go
set -gx EDITOR nvim
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
find ~/.config/fish/ -name "*tmp*" -exec rm {} +
end
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 5034f4e..566b9fe 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -158,6 +158,7 @@
"dconf"
"wireplumber"
"wireshark"
+ "webkitgtk-with-libsoup2" ; Needed for Go wails development
"zsh"))
(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 ))