aboutsummaryrefslogtreecommitdiffstats
path: root/oni
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up import for (oni home services emacs)Gravatar Tom Willemse2023-03-171-7/+17
|
* Automatically reload stumpwm if any changes are made to ↵Gravatar Tom Willemse2023-03-171-6/+21
| | | | its config
* Make picom restart automatically when the coonfiguration ↵Gravatar Tom Willemse2023-03-161-2/+12
| | | | changes
* Add the current date to the mode-line, set up some colorGravatar Tom Willemse2023-03-161-0/+4
|
* Don't do fancy compositing for i3lockGravatar Tom Willemse2023-03-161-4/+8
|
* Make running i3lock unaware of the location of i3lockGravatar Tom Willemse2023-03-161-1/+1
| | | | | Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it with Guix the path will change completely.
* Add screen locking to my stumpwm configGravatar Tom Willemse2023-03-161-0/+22
|
* Try to fix transparency of xfreerdpGravatar Tom Willemse2023-03-162-3/+8
|
* Add my emacs-vterm configurationGravatar Tom Willemse2023-03-161-2/+4
|
* Add stumpwm configurationGravatar Tom Willemse2023-03-163-3/+82
|
* Add some temporary environment variablesGravatar Tom Willemse2023-03-161-1/+5
|
* Install stumpwm+swank and get rid of some conflicting ↵Gravatar Tom Willemse2023-03-161-9/+9
| | | | configuration
* Remove litable and add oni-org-roam configuration packageGravatar Tom Willemse2023-03-151-1/+3
|
* mpd-notify service needs mpd to startGravatar Tom Willemse2023-03-081-0/+1
|
* Add service for notifications for MPDGravatar Tom Willemse2023-03-073-3/+89
|
* Clean up imports for picom serviceGravatar Tom Willemse2023-03-071-15/+23
|
* Rename ‘(oni home services compton)’ -> ‘(oni home ↵Gravatar Tom Willemse2023-03-074-10/+8
| | | | services picom)’
* Add picom service configuration for rincewindGravatar Tom Willemse2023-03-071-0/+44
|
* Rewrite picom configurationGravatar Tom Willemse2023-03-072-77/+135
| | | | | | | | 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.
* Clean up rincewind config importsGravatar Tom Willemse2023-03-061-41/+86
|
* Add custom scsh from upstream to testGravatar Tom Willemse2023-03-061-9/+49
|
* Fix rofi serviceGravatar Tom Willemse2023-03-061-1/+1
|
* Increase the maximum icon size to 64 for dunstGravatar Tom Willemse2023-03-061-1/+1
|
* Add ‘origin’ configuration property for dunstGravatar Tom Willemse2023-03-061-0/+4
|
* Move picom configuration to dataGravatar Tom Willemse2023-03-064-30/+71
| | | | | This configuration is for now specific to data, rincewind will have a different configuration.
* Reindent all package descriptionsGravatar Tom Willemse2022-11-179-254/+254
|
* Add service that runs ‘mpc update’ on start-upGravatar Tom Willemse2022-11-072-2/+42
|
* Add MPD configurationGravatar Tom Willemse2022-11-077-6/+213
| | | | | | | | | | | 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.
* Fix longitude for redshiftGravatar Tom Willemse2022-10-131-1/+1
|
* Fix indentationGravatar Tom Willemse2022-10-131-7/+7
|
* Add shutdown-rofi scriptGravatar Tom Willemse2022-10-135-6/+51
|
* Fix typoGravatar Tom Willemse2022-10-134-7/+5
|
* Add flameshot serviceGravatar Tom Willemse2022-10-062-1/+49
|
* Update rincewind configurationGravatar Tom Willemse2022-10-043-22/+78
| | | | | | | | | | | | | | | | | | | | | | | - Sort all use-module directives - Remove ‘gcc-toolchain’ from the installed packages because it appears that the regular emacs-next (not from a git checkout) works fine without it. - Add ‘emacs-org-roam’ and ‘emacs-vterm’ packages because they both come with C modules and installing them on-the-fly in Emacs wasn't working properly. - Add ‘fakeroot’ package because it appears to be needed now that I'm using guix-home if I want to build packages for Archlinux. This still happens when I need to install some proprietary program from the AUR. - Add an Emacs configuration service. For now this just ensures that the ‘emacs-next’ package is installed and creates a shepherd service that starts Emacs when I log in. - Change the default run dialog from ‘rofi -show run’ to ‘rofi -show drun’ to run .desktop files. This offers more control over what does and doesn't show up in the list and allows me to put only stuff in there that actually works in a graphical environment.
* Add env variable to tell Git I know the risks of ↵Gravatar Tom Willemse2022-09-261-1/+2
| | | | filter-branch
* Switch rincewind over to using Guix HomeGravatar Tom Willemse2022-09-269-245/+493
|
* Set up initial configuration for rincewind homeGravatar Tom Willemse2022-09-224-91/+154
|
* Remove debugging statementGravatar Tom Willemse2022-07-221-5/+3
|
* Move a couple of keybindings to herbstluftwmGravatar Tom Willemse2022-07-223-9/+53
|
* Add guile configurationGravatar Tom Willemse2022-07-222-1/+73
|
* Add dunst configurationGravatar Tom Willemse2022-07-212-1/+305
|
* Add a hostname for my pc so ssh recognizes the nameGravatar Tom Willemse2022-07-051-0/+1
|
* Fixup rofi theme configurationGravatar Tom Willemse2022-07-032-24/+21
| | | | | | | | | | | This is a temporary fix. I've switched from using ‘@theme’ to ‘@import’ because the former discards the default theme, and apparently my theme makes some assumptions about the state of things and requires the default theme to work. The proper fix would be to fix my theme instead. This change also fixes a bunch of typos and fixes the use of references within the theme. References aren't strictly necessary, but my current theme relies on them and they are technically a valid part of the configuration.
* Rename the xdisorg package to rofiGravatar Tom Willemse2022-07-032-2/+2
|
* Add ssh configurationGravatar Tom Willemse2022-06-211-1/+15
|
* Move any browser windows to the web tag in hersbtluftwmGravatar Tom Willemse2022-06-161-1/+1
|
* Fix zsh promptGravatar Tom Willemse2022-06-161-3/+4
|
* Add unclutter configuration for guix homeGravatar Tom Willemse2022-06-162-1/+89
|
* Update ZSH promptGravatar Tom Willemse2022-06-141-1/+2
| | | | Include a shortened version of the current directory.
* Fix xinit rc file nameGravatar Tom Willemse2022-06-142-3/+3
|