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
0e0fccec88
Rename ‘helpful.el’ to ‘oni-helpful.el’
...
This is to prevent any confusion about what files are loaded, otherwise the
configuration will provide the helpful feature that the helpful package should
provide.
2023-08-29 22:26:42 -07:00
0f6732d1c9
Fix typo
2023-08-29 22:26:42 -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
4cca6074fa
Add alias to zsh to reconfigure my guix-home
2023-08-29 22:26:42 -07:00
9679603547
Clean up Emacs helpful configuration
2023-08-29 22:26:42 -07:00
d968a40a27
Update emacs-yoshi-theme to latest version
2023-08-29 22:26:42 -07:00
94fe5db261
Update to latest emacs config
2023-08-29 22:26:42 -07:00
7a53f8302a
Enable which key mode in stumpwm
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
b98c93c159
Change herbstluftwm configuration to consist of multiple files
2023-08-23 11:24:42 -07:00
9ecba4df90
[data] Use zsh-contextual-abbrevs
2023-08-23 10:58:09 -07:00
8835dbdc31
Fix unclutter configuration
2023-08-23 10:57:36 -07:00
c9d8a52b39
Add ZSH contextual abbrevs package
2023-08-23 10:57:10 -07:00
75190437c4
Update Emacs config
2023-07-26 00:41:29 -07:00
a086212b67
Fix stumpwm ‘*user-keybindings*’ definition
2023-07-22 23:06:12 -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
059cefc15d
Update emacs config
2023-07-15 01:31:10 -07:00
b146cf9bcc
Add screenshot bindings to stumpwm
2023-07-15 01:30:43 -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
5aa1d0c0e8
Add an indication to my zsh prompt that I'm using ‘guix shell’
2023-07-14 00:27:58 -07:00
07fa6f0888
Update ‘emacs-config’
2023-07-12 23:48:14 -07:00
8e03d75bed
Clean up checking prefixes in notmuch configuration
2023-07-12 15:50:20 -07:00
6445a90dfd
Add notmuch configuration to guix-home
2023-07-12 15:46:05 -07:00
cf32eb426b
Update ‘guile-inkplate’ package
2023-07-12 15:22:18 -07:00
cc1086234c
Update Emacs configuration
2023-07-10 23:22:17 -07:00
05dfbea463
Update Emacs configuration
2023-07-10 00:33:37 -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
31ef9ffe65
Update emacs-config
2023-07-08 00:44:15 -07:00
0563a13567
Remove Inkplate update code from Emacs init
...
This should now be done by the one-shot service I created.
2023-07-08 00:41:24 -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
884f722efc
Update inbox-size source location
2023-07-08 00:36:31 -07:00
b0a6211cb8
Add a keybinding to kitty for displaying guix build logs
2023-07-08 00:36:14 -07:00
74ee773778
Update the Emacs configuration
2023-06-22 21:02:34 -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
eb1c736cb3
Update emacs configuration
2023-06-21 00:36:13 -07:00
8e2f5eed4a
Replace all ‘lambda’ occurrences with ‘λ’
2023-06-20 23:06:25 -07:00
b775263a34
Add gaps to my stumpwm configuration
...
I had to copy in and redefine the ‘stumpwm::maximize-window’ function from the
‘swm-gaps’ package because for some reason ‘(frame-width ...)’ returns a ratio
on my machine (is it because high-dpi, or ultra-wide? I don't know) and not an
integer, which screws up the ‘(setf (xlib:drawable-width ...) ...)’ call.
2023-06-20 22:51:40 -07:00
ac08c5edd8
Update Emacs configuration
2023-06-15 23:23:31 -07:00
752a3152b4
Enable hiding commands that start with a space in ZSH
2023-06-15 23:10:56 -07:00
f64dbccd6f
Update Emacs config
2023-06-15 23:00:54 -07:00
34c3fbdec8
Add keybindings like the ones in Emacs for kitty window management
2023-05-31 22:53:14 -07:00
387ddd38b6
Update emacs config to latest commit
2023-05-31 08:54:04 -07:00
926bd62bba
Update ‘emacs-oni-config’ packages to latest commit
2023-05-25 16:01:23 -07:00
8c39669d65
Add some more of my emacs configuratin packages to my home profile
2023-05-25 00:25:24 -07:00
03bfd1db1c
Update emacs configuration packages to latest commit
2023-05-25 00:24:51 -07:00
1e15c9c15d
Add horizontal rule before and after running commands in zsh
2023-05-24 23:47:48 -07:00
e590b0cd6b
Include imports required for ‘with-master-branch’
2023-05-24 23:45:50 -07:00
752079b49f
Add packages for emacs and my emacs configuration
...
When I was relying on my external package channel I ended up with a conflict
being unable to upgrade a personal package because an issue with a Guix package
was preventing me from upgrading Guix itself.
2023-05-24 23:43:00 -07:00
806901b70d
Change the color of the window name in the mode line
2023-04-22 00:39:16 -07:00
c907fbe9db
Update colors for stumpwm
2023-04-22 00:32:20 -07:00
4ce635661d
Show VPN status in mode-line
2023-04-22 00:32:05 -07:00
7c7af83a27
Show only a single window title in the mode-line
2023-04-22 00:31:21 -07:00
2807346b46
Add keybindings for running programs and switching windows
2023-04-22 00:29:14 -07:00
8e4c0c983e
Fix arguments for locking the screen
2023-04-22 00:28:43 -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
de02833bc5
fix(openssh-service): Change the name of my ssh connection
...
This had my setup broken for weeks because it wouldn't recognize ryuslash.org as
a configured host anymore.
2023-03-30 22:37:25 -07:00
6c1c79e245
Add some frame preferences to stumpwm
2023-03-30 09:59:37 -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
dd23871b67
Add Emacs configuration
2023-03-17 01:04:03 -07:00
726e44fa23
Clean up import for (oni home services emacs)
2023-03-17 00:49:20 -07:00
201ea4662b
Automatically reload stumpwm if any changes are made to its config
2023-03-17 00:33:19 -07:00
300c22cb56
Make picom restart automatically when the coonfiguration changes
2023-03-16 23:09:54 -07:00
9059cec94c
Add the current date to the mode-line, set up some color
2023-03-16 22:47:48 -07:00
dd26c05db8
Don't do fancy compositing for i3lock
2023-03-16 22:23:14 -07:00
826e0c6943
Make running i3lock unaware of the location of i3lock
...
Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it
with Guix the path will change completely.
2023-03-16 22:22:32 -07:00
7d079e8973
Add screen locking to my stumpwm config
2023-03-16 22:13:22 -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
7e621a8a22
Add some temporary environment variables
2023-03-16 00:47:51 -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
ae19bf6641
mpd-notify service needs mpd to start
2023-03-08 23:22:02 -08:00
20f5597d39
Add service for notifications for MPD
2023-03-07 23:51:42 -08:00
82ae1b59a6
Clean up imports for picom service
2023-03-07 23:28:23 -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
f48c4fead0
Rewrite picom configuration
...
The previous version of the configuration was complaining that my ‘config’
section was not a valid value for the ‘package’ section. I didn't quite
understand why it would complain about that, so I decided to use my now improved
Guix Home knowledge (compared to when I copied the previous version) to just
rewrite the service in a way that matches my other services.
2023-03-07 23:05:58 -08:00
62b8eb28bf
Clean up rincewind config imports
2023-03-06 22:12:25 -08:00
60d1260775
Add custom scsh from upstream to test
2023-03-06 10:21:23 -08:00
4eb646a8da
Fix rofi service
2023-03-06 10:21:04 -08:00
d959e108d1
Increase the maximum icon size to 64 for dunst
2023-03-06 10:20:45 -08:00
16ee76bad4
Add ‘origin’ configuration property for dunst
2023-03-06 10:20:10 -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
1df69d56d8
Reindent all package descriptions
2022-11-17 20:57:06 -08:00
061cfd930c
Add service that runs ‘mpc update’ on start-up
2022-11-07 21:46:07 -08:00