mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
changes for wails development
This commit is contained in:
parent
f2d6827536
commit
f3ee8355e3
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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 ))
|
||||||
|
|
Loading…
Reference in a new issue