diff options
| -rw-r--r-- | home-config/fish/config.fish | 4 | ||||
| -rw-r--r-- | modules/ryan-config/base-system.scm | 1 |
2 files changed, 5 insertions, 0 deletions
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 | |||
| 12 | fish_add_path -Pp ~/.guix-home/profile/bin | 12 | fish_add_path -Pp ~/.guix-home/profile/bin |
| 13 | fish_add_path -Pp /run/setuid-programs | 13 | fish_add_path -Pp /run/setuid-programs |
| 14 | fish_add_path -Pp ~/.nix-profile/bin | 14 | fish_add_path -Pp ~/.nix-profile/bin |
| 15 | fish_add_path -Pp ~/.go/bin | ||
| 16 | set -gx GOPATH ~/.go | ||
| 15 | set -gx EDITOR nvim | 17 | set -gx EDITOR nvim |
| 16 | set -gax --path XDG_DATA_DIRS ~/.nix-profile/share | 18 | set -gax --path XDG_DATA_DIRS ~/.nix-profile/share |
| 19 | set -gax --path PKG_CONFIG_PATH /run/current-system/profile/lib/pkgconfig | ||
| 20 | set -gax --path LD_LIBRARY_PATH /run/current-system/profile/lib | ||
| 17 | # Bad | 21 | # Bad |
| 18 | find ~/.config/fish/ -name "*tmp*" -exec rm {} + | 22 | find ~/.config/fish/ -name "*tmp*" -exec rm {} + |
| 19 | end | 23 | 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 @@ | |||
| 158 | "dconf" | 158 | "dconf" |
| 159 | "wireplumber" | 159 | "wireplumber" |
| 160 | "wireshark" | 160 | "wireshark" |
| 161 | "webkitgtk-with-libsoup2" ; Needed for Go wails development | ||
| 161 | "zsh")) | 162 | "zsh")) |
| 162 | (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new) | 163 | (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new) |
| 163 | %my-base-packages )) | 164 | %my-base-packages )) |
