summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-07 13:23:19 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-07 13:23:19 -0400
commit1c883be601dd74149382dfbf314b379581eef57e (patch)
treef1ca1d05168d0071d7634e3b6099d69dcafeccf4
parentf3ee8355e3b453fc14ac3d6b63fb7368798d66d7 (diff)
Updated packages to latest
-rw-r--r--channels.scm6
-rw-r--r--home-config/fish/config.fish2
2 files changed, 3 insertions, 5 deletions
diff --git a/channels.scm b/channels.scm
index c49781a..0beaf44 100644
--- a/channels.scm
+++ b/channels.scm
@@ -3,7 +3,7 @@
3 (url "https://git.savannah.gnu.org/git/guix.git") 3 (url "https://git.savannah.gnu.org/git/guix.git")
4 (branch "master") 4 (branch "master")
5 (commit 5 (commit
6 "e32e3d0a03dc17c4c54a91aad053c9036998b601") 6 "308877be17b2c2c92d972e105e8cc6a782ab4c82")
7 (introduction 7 (introduction
8 (make-channel-introduction 8 (make-channel-introduction
9 "9edb3f66fd807b096b48283debdcddccfea34bad" 9 "9edb3f66fd807b096b48283debdcddccfea34bad"
@@ -14,7 +14,7 @@
14 (url "https://gitlab.com/nonguix/nonguix") 14 (url "https://gitlab.com/nonguix/nonguix")
15 (branch "master") 15 (branch "master")
16 (commit 16 (commit
17 "1d8f477b6d3e497a3b98d68dfcb575c7df50416a") 17 "ea84538b887df3aa3bdd61d5e4c284f1548e5520")
18 (introduction 18 (introduction
19 (make-channel-introduction 19 (make-channel-introduction
20 "897c1a470da759236cc11798f4e0a5f7d4d59fbc" 20 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@@ -25,7 +25,7 @@
25 (url "https://codeberg.org/hako/rosenthal.git") 25 (url "https://codeberg.org/hako/rosenthal.git")
26 (branch "trunk") 26 (branch "trunk")
27 (commit 27 (commit
28 "8ca24e4559bc0b9eb5c736af1e04e600101dc593") 28 "1deb97ada4d7d8c2d501738fcc1532a605de51a7")
29 (introduction 29 (introduction
30 (make-channel-introduction 30 (make-channel-introduction
31 "7677db76330121a901604dfbad19077893865f35" 31 "7677db76330121a901604dfbad19077893865f35"
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish
index 136a9b1..aa7f164 100644
--- a/home-config/fish/config.fish
+++ b/home-config/fish/config.fish
@@ -16,8 +16,6 @@ if status is-login
16 set -gx GOPATH ~/.go 16 set -gx GOPATH ~/.go
17 set -gx EDITOR nvim 17 set -gx EDITOR nvim
18 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
21 # Bad 19 # Bad
22 find ~/.config/fish/ -name "*tmp*" -exec rm {} + 20 find ~/.config/fish/ -name "*tmp*" -exec rm {} +
23end 21end