aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
Commit message (Collapse)AuthorAgeFilesLines
* Exclude calculator from golden-ratio-modemasterGravatar Tom Willemse2024-11-221-0/+1
|
* Add wakatime configurationGravatar Tom Willemse2024-11-222-2/+92
|
* Make zsh word movement keys work more like EmacsGravatar Tom Willemse2024-11-221-1/+6
|
* Add sawfish service codeGravatar Tom Willemse2024-11-181-0/+49
| | | | This should probably have been added earlier, but I seem to have missed it.
* Add cbatticon serviceGravatar Tom Willemse2024-11-182-1/+59
|
* Add oni-python to dataGravatar Tom Willemse2024-11-081-2/+4
|
* Remove oni guix channel dependencyGravatar Tom Willemse2024-10-311-8/+0
| | | | | It's easier to put these packages directly in my configuration rather than keep them in a separate repository. This will likely break some things.
* Add configuration for xss-lockGravatar Tom Willemse2024-10-294-41/+113
|
* Don't show the weather in a new Firefox tabGravatar Tom Willemse2024-10-241-0/+1
|
* Accept wezterm as a terminal to raiseGravatar Tom Willemse2024-08-151-1/+1
| | | | I've been trying it out.
* Don't use ‘add-zsh-hook’ for setting up vtermGravatar Tom Willemse2024-08-151-2/+4
| | | | | It seems that the ‘autoload’ and ‘add-zsh-hook’ calls somehow interfered with the later setup of the ‘zsh-autosuggestions’.
* Add configuration for icecatGravatar Tom Willemse2024-07-042-1/+106
|
* Set wallpaper when stumpwm startsGravatar Tom Willemse2024-07-011-0/+2
| | | | | | This depends on ‘feh’ being installed and the wallpaper existing. I'll want to update it to actually depend on the ‘feh’ package and to download the wallpaper package from somewhere else.
* Fix stumpwm packagesGravatar Tom Willemse2024-07-011-1/+0
| | | | | | | | The latest ‘stumpwm’ package has removed the “lib” output. All things using the ‘stumpwm:lib’ output need to switch to just using ‘stumpwm’. I've added the ‘stumpwm+swank’ package definition because in my package repository it depends on ‘stumpwm:lib’ and this way I can update it more easily.
* Remove rounded corners around the stumpwm modelineGravatar Tom Willemse2024-07-013-0/+25
| | | | | | | | | | | - Redefine the ‘stumpwm::make-mode-line-window’ function to set the ‘_NET_WM_WINDOW_TYPE’ property to ‘_NET_WM_WINDOW_TYPE_DOCK’ so that it can be matched by window type. - Specify that for picom any “dock” type windows should be excluded from getting rounded corners. - Add ‘rounded-corners-exclude’ initializer for the ‘home-picom-configuration’.
* Add mpdscrobble serviceGravatar Tom Willemse2024-06-192-3/+50
|
* Move all mpd-related packages into (oni packages mpd)Gravatar Tom Willemse2024-06-192-2/+2
|
* Remove unused packageGravatar Tom Willemse2024-06-191-3/+0
|
* Add my PHP config for EmacsGravatar Tom Willemse2024-06-191-1/+3
|
* fix: oni channel urlGravatar Tom Willemse2024-04-191-1/+1
|
* feat(emacs): Add ‘org-modern’ configurationGravatar Tom Willemse2024-04-192-4/+47
|
* Automatically add ssh keys to ssh-agent when first usedGravatar Tom Willemse2024-04-071-0/+1
|
* Call inkplate-display directly instead of through herdGravatar Tom Willemse2024-04-071-2/+2
| | | | | It doesn't seem to be running correctly at night, so maybe calling it directly will work better than calling it through ‘herd’.
* Add ssh-agent configurationGravatar Tom Willemse2024-04-071-2/+5
| | | | | gpg-agent wasn't working when trying to set up an ssh-agent, so use regular ssh-agent instead.
* Remove custom company packageGravatar Tom Willemse2024-04-071-15/+10
| | | | | | | | | The changes I made to the package have been accepted upstream, so I don't need to maintain my own anymore. Commit: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55c94d68df Discussion: https://issues.guix.gnu.org/68839
* Add ‘emacs-oni-git-commit’ to my profileGravatar Tom Willemse2024-04-051-1/+3
|
* Add nginx-mode for EmacsGravatar Tom Willemse2024-04-041-1/+3
|
* Add oni-python configurationGravatar Tom Willemse2024-04-041-1/+3
|
* Install Fennel-mode into my EmacsGravatar Tom Willemse2024-02-051-1/+3
|
* Fix GPG in EmacsGravatar Tom Willemse2024-02-051-0/+8
|
* Add my yaml-mode configuration for EmacsGravatar Tom Willemse2024-02-052-1/+4
|
* Add ‘tym’ packageGravatar Tom Willemse2024-01-301-1/+5
| | | | | Tym is a terminal emulator that can be configured through Lua, which means it can be configured through Fennel.
* Add custom ‘emacs-company’ package, remove custom ↵Gravatar Tom Willemse2024-01-301-14/+15
| | | | | | | | | | | | ‘emacs-notmuch’ The custom ‘emacs-notmuch’ package isn't necessary anymore since my patch was submitted[1] The custom ‘emacs-company’ fixes some issues with icons and images not loading while installed with Guix. [1]: https://issues.guix.gnu.org/68667
* Add ‘ace-link-notmuch’ package and configurationGravatar Tom Willemse2024-01-282-1/+51
|
* Add another keybinding for my footpedalGravatar Tom Willemse2024-01-161-0/+2
|
* Remove unnecessary and unwanted visual effectsGravatar Tom Willemse2024-01-161-24/+3
|
* Fix imports for emacs-outliGravatar Tom Willemse2024-01-162-5/+3
|
* Fix typo for integration between Emacs and vtermGravatar Tom Willemse2024-01-161-2/+2
|
* Add mcron service that runs inkplate-display at midnightGravatar Tom Willemse2024-01-161-1/+14
|
* Remap some keys in StumpWM for my foot pedalGravatar Tom Willemse2024-01-161-2/+19
|
* Disable broken serviceGravatar Tom Willemse2024-01-071-1/+4
| | | | | The service itself isn't actually broken, but the ‘mpv-mpris’ package couldn't compile when I tried.
* Configure ‘emacs-vterm’ through GuixGravatar Tom Willemse2024-01-072-7/+103
|
* Change data configurationGravatar Tom Willemse2023-12-191-72/+202
| | | | | | - Replace Herbstluftwm with Sawfish WM. - Install Emacs through Guix.
* Add ‘GDK_CORE_DEVICE_EVENTS’Gravatar Tom Willemse2023-12-071-0/+2
| | | | This allows Emacs to accept remapped keys from Stumpwm.
* Add Emacs Pinentry configurationGravatar Tom Willemse2023-11-082-5/+66
|
* Add gpg-agent to GuixGravatar Tom Willemse2023-11-071-1/+10
|
* Update module importGravatar Tom Willemse2023-11-071-1/+1
| | | | | | Dunst was moved from the ‘(gnu packages dunst)’ module to the ‘(gnu packages wm)’ module in commit bf6fdf76b0fe19cbf5787795caac8edab6eeb439 of the Guix repository.
* Add emacs-syncthing-statusGravatar Tom Willemse2023-11-071-1/+3
|
* Add MSMTP configurationGravatar Tom Willemse2023-11-061-3/+36
|
* Make the dashboard wiki page loading asynchronousGravatar Tom Willemse2023-10-131-15/+24
|