From fe9be57c7b39e9fe96342dbc846fc373f475ce14 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 21 Sep 2023 17:08:39 -0400 Subject: gnunet and rust --- home-config/home-configuration.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 8dc46b9..f38cf6c 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -36,6 +36,7 @@ "libnotify" "fzf" "waypipe" + "gnunet" "qrencode" "binutils" "gcc-toolchain" -- cgit v1.2.3 From 7dfd35ba5b242373a48a3ca346b150d151c9058b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 22 Sep 2023 16:51:53 -0400 Subject: FINALLY added netcat to my profile --- home-config/home-configuration.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index f38cf6c..b84d5e0 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -50,6 +50,7 @@ "gnupg" "lsof" "pavucontrol" + "netcat" "bind:utils" "font-cns11643" "syncthing" -- cgit v1.2.3 From 72d02c50b9b774907570f87cad776cc35c52f1d2 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 26 Sep 2023 14:54:45 -0400 Subject: fixed aerc wrapping issue --- home-config/home-configuration.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index b84d5e0..068a1ef 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -112,6 +112,7 @@ (service home-xdg-configuration-files-service-type `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) + ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) ("sway" ,(local-file "sway" #:recursive? #t)) ("hypr" ,(local-file "hypr" #:recursive? #t)) ("waybar" ,(local-file "waybar" #:recursive? #t)) -- cgit v1.2.3 From 10c71dfa653ba4330632c966b3c5626bade3b7d4 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 28 Sep 2023 14:22:51 -0400 Subject: added cloc --- home-config/home-configuration.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 068a1ef..d1e05db 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -43,6 +43,7 @@ "borg" "restic" "rsync" + "cloc" "pv" "python-msgpack" "libreoffice" -- cgit v1.2.3