Commit graph

44 commits

Author SHA1 Message Date
0bf5c4ee89 Update to latest emacs config 2023-09-19 00:37:47 -07:00
8341bb5d24 Add abcde as an alias for running through guix shell
I don't use ‘abcde’ frequently enough to keep it in my home profile all the
time.
2023-09-19 00:36:44 -07:00
c900af3e00 Add some more of my Emacs packages to my config 2023-09-14 22:54:36 -07:00
8187a45c31 Add nonguix channel explicitly
My configuration depends on some nonguix packages and having it be only a
transient dependency through guix gaming channel means that when I disabled the
gaming channel because it was broken, it broke my configuration because it also
removed the nonguix channel from my configuration.
2023-08-29 22:28:37 -07:00
150273d741 Add zsh-autopair configuration 2023-08-29 22:28:30 -07:00
edfc8c2558 Add emacs-yasnippet-capf to my configuration 2023-08-29 22:26:42 -07:00
ee001a23f5 Add abcde 2023-08-29 22:26:42 -07:00
cb90aa8b43 Add configuration for emacs-helpful 2023-08-29 22:26:42 -07:00
28ff76fc03 Add stumptray to stumpwm configuration 2023-08-29 22:26:42 -07:00
1cb472dd97 Split stumpwm-gaps configuration into separate service 2023-08-29 22:26:42 -07:00
be28e41bb1 Ignore some more files with notmuch 2023-07-22 23:05:46 -07:00
d828d9155d Add oni-project Emacs configuration 2023-07-22 23:05:34 -07:00
27ac219de2 Add some more tree-sitter grammars 2023-07-17 22:09:53 -07:00
1af8952d27 Add ‘tree-sitter-bash’ as a test to see if tree-sitter works 2023-07-15 01:07:54 -07:00
39b6a32dbc Change to using ‘emacs-next-tree-sitter’ 2023-07-14 23:11:25 -07:00
b144e84ea5 Add ‘emacs-oni-hy’
I just added a configuration for programming in Hy. This is the first step for
moving more of my Emacs configuration into guix home. Instead of adding the
autoload for ‘oni-hy’ in the ‘oni-core’ package, I've added it directly to my
Guix configuration. In the future I'll want to change this so that each package
gets its own configuration and also extends my Emacs configuration so that it
automatically adds these autoloads when I add a package.
2023-07-14 00:54:48 -07:00
6445a90dfd Add notmuch configuration to guix-home 2023-07-12 15:46:05 -07:00
00c4bdde63 Add the Rosenthal channel to my Guix setup 2023-07-10 00:33:21 -07:00
211af48ee1 Add recutils to my home profile 2023-07-10 00:33:12 -07:00
c9beaec472 Add one-shot service to update my Inkplate display 2023-07-08 00:38:08 -07:00
7450bdcb2c Add ‘org-contacts’ to my configuration 2023-07-08 00:37:10 -07:00
bf90014ba8 Install my notmuch configuration for Emacs with guix-home 2023-06-21 22:57:04 -07:00
22cd7bad72 Install ‘emacs-org-roam’ into my home profile 2023-06-21 16:55:26 -07:00
8c39669d65 Add some more of my emacs configuratin packages to my home profile 2023-05-25 00:25:24 -07:00
e590b0cd6b Include imports required for ‘with-master-branch’ 2023-05-24 23:45:50 -07:00
5372935689 Update my channel's URL 2023-04-01 22:57:42 -07:00
ce7c0289bb Add my Emacs Lisp configuration for Emacs 2023-04-01 22:57:22 -07:00
47306b85c7 feat(rincewind): Install some packages in my home from profile
These packages were installed in my default profile using ‘guix package -i’.
Since I'm using Guix home the setup of my default profile is a bit odd at the
moment, so since these seem to be here to stay for the moment I figured I should
install them in my home profile.
2023-03-30 22:38:31 -07:00
17d3bfce41 Add opacity-rule option for picom
Use this option to specify that anything containing “(Meeting) | Microsoft
Teams” (which should be in the title of MS Teams when in a meeting) should have
100% opacity, and also that anything containing “freerdp” should have 100%
opacity.

For Teams I really only need it to be opaque once a meeting starts, I don't care
the rest of the time.

For XFreeRDP I've tried matching on ‘class_g’, ‘name’, nothing seems to work.
Using ‘opacity-rule’ finally seems to have an effect.

The rules both use ‘*’ to match anywhere in the name, and ‘?’ to specify that
the match should be case-insensitive.
2023-03-30 09:55:48 -07:00
dd26c05db8 Don't do fancy compositing for i3lock 2023-03-16 22:23:14 -07:00
05ba6544e2 Try to fix transparency of xfreerdp 2023-03-16 16:54:55 -07:00
95395ddf69 Add my emacs-vterm configuration 2023-03-16 16:35:27 -07:00
d8094dbd63 Add stumpwm configuration 2023-03-16 16:35:06 -07:00
7407ae3a47 Install stumpwm+swank and get rid of some conflicting configuration 2023-03-16 00:47:23 -07:00
1851351af6 Remove litable and add oni-org-roam configuration package 2023-03-15 00:21:03 -07:00
20f5597d39 Add service for notifications for MPD 2023-03-07 23:51:42 -08:00
378e83bee9 Rename ‘(oni home services compton)’ -> ‘(oni home services picom)’ 2023-03-07 23:10:57 -08:00
8e564967cf Add picom service configuration for rincewind 2023-03-07 23:08:02 -08:00
62b8eb28bf Clean up rincewind config imports 2023-03-06 22:12:25 -08:00
dcc432ed42 Move picom configuration to data
This configuration is for now specific to data, rincewind will have a different
configuration.
2023-03-06 10:19:33 -08:00
061cfd930c Add service that runs ‘mpc update’ on start-up 2022-11-07 21:46:07 -08:00
5f46121fc7 Add MPD configuration
This also includes an attempt at installing a custom SCSH that defines some
search paths. But unfortunately it didn't work, so the SCSH ends up being the
usual one and the ‘mpd-random-albums’ package doesn't actually work.

The main MPD configuration does work, though.

This also includes the instruction to install tmsu which I want to try out
again.
2022-11-07 20:16:19 -08:00
e421dc63ae Add shutdown-rofi script 2022-10-13 20:45:32 -07:00
d1ca763c92 Fix typo 2022-10-13 13:06:14 -07:00
Renamed from oni/home/rincewind/config.scm (Browse further)