aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-05-17 21:56:16 -0700
committerGravatar Tom Willemse2022-05-17 21:56:16 -0700
commitf87d980444e797ca882ded8bfb1f79c470003368 (patch)
tree1b6fc04c0a6fb426202e43e041687ffe9da583f9
parentc0efc55839e4a1e973545e21662fa4afeb9ef0c1 (diff)
downloadnew-dotfiles-f87d980444e797ca882ded8bfb1f79c470003368.tar.gz
new-dotfiles-f87d980444e797ca882ded8bfb1f79c470003368.zip
[guix-profile] Add some packages
-rw-r--r--guix-profile.org37
1 files changed, 37 insertions, 0 deletions
diff --git a/guix-profile.org b/guix-profile.org
index 7d83137..a56b33f 100644
--- a/guix-profile.org
+++ b/guix-profile.org
@@ -124,3 +124,40 @@ Even though it's a dead project, seemingly, there is something so special about
#+begin_src scheme :noweb-ref guix-packages
(specification->package "scsh")
#+end_src
+
+I use xbindkeys to define my keybindings because it lets me configure them in Scheme.
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "xbindkeys")
+#+end_src
+
+Syncthing is an easy way to set up automatic file sharing between different devices.
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "syncthing")
+#+end_src
+
+I need openconnect and freerdp for work.
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "openconnect")
+ (specification->package "freerdp")
+#+end_src
+
+Shellcheck is great to help make sure I don't make dumb mistakes in my shell scripts.
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "shellcheck")
+#+end_src
+
+Flameshot is a great application for making screenshots.
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "flameshot")
+#+end_src
+
+Kde Connect is an awesome application to connect devices together for functions other than file sharing (such as notification sharing).
+
+#+begin_src scheme :noweb-ref guix-packages
+ (specification->package "kdeconnect")
+#+end_src