summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-06 08:51:42 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-06 08:51:42 -0400
commitf47cd8ed0b1a77c5cc6da7a4e4cdd6a084d45075 (patch)
tree8cf6b182624915dd28303e8ef11656481f5e6a4c
parentAHHHHHHH (diff)
downloaddotfiles-guix-f47cd8ed0b1a77c5cc6da7a4e4cdd6a084d45075.tar.gz
dotfiles-guix-f47cd8ed0b1a77c5cc6da7a4e4cdd6a084d45075.tar.bz2
dotfiles-guix-f47cd8ed0b1a77c5cc6da7a4e4cdd6a084d45075.zip
j o e b i d e n
-rw-r--r--channels.scm2
-rw-r--r--home-config/home-configuration.scm2
-rw-r--r--modules/home-packages/mozillia.scm2
3 files changed, 2 insertions, 4 deletions
diff --git a/channels.scm b/channels.scm
index f074b1b..5e95e82 100644
--- a/channels.scm
+++ b/channels.scm
@@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
- "710d9050524213a83e4ce9efe9765d7fbc233839")
+ "c3d48d024b95f57850ec429d7f326d817dda5090")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 54db4d1..0bd11f4 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -69,8 +69,6 @@
"tree"
"rlwrap"
"netcat"
- "rust-libc"
- "rust-gcc"
"ripgrep"
"fd"
"node"
diff --git a/modules/home-packages/mozillia.scm b/modules/home-packages/mozillia.scm
index c8cb793..3e4363e 100644
--- a/modules/home-packages/mozillia.scm
+++ b/modules/home-packages/mozillia.scm
@@ -23,7 +23,7 @@
(define firefox-wayland-new
(package
(inherit firefox*)
- (name "firefox-wayland")
+ (name "firefox-wayland-new")
(native-inputs '())
(inputs
`(("bash" ,bash-minimal)