aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* etc/git/config: core.quotepath = offEuAndreh2023-03-021-0/+2
* etc/sh/rc: Increase size of --preview-window for g()EuAndreh2023-03-021-5/+5
* etc/guix/system.scm: Remove backlight customization of XEuAndreh2023-03-011-5/+0
* bin/reconfigure: Refresh bins(1) cache after updating $PATHEuAndreh2023-03-011-0/+2
* etc/xmonad/xmonad.hs: Set background imageEuAndreh2023-03-011-0/+1
* etc/nix/configuration.nix: Cluster together services with no customizationEuAndreh2023-02-281-3/+2
* Use `hostname` to pick xmobar configEuAndreh2023-02-283-0/+28
* bin/player: Decrease synopsis length to 60EuAndreh2023-02-281-2/+2
* Revert "etc/guix/system.scm: Use patched xmonad"•••This reverts commit 6a7323c44094632077e2e2fbb0b768fbf484bac3. The patch was already included upstream :) EuAndreh2023-02-281-29/+2
* bin/update: Limit "vcs fetch" to 1 minuteEuAndreh2023-02-281-1/+1
* etc/xmonad/xmonad.hs: Lauch blueman-applet on initEuAndreh2023-02-281-0/+1
* etc/xmobar/xmobarrc: Use installed fontEuAndreh2023-02-281-1/+1
* etc/xmobar/xmobarrc: Use forever -q on CommandReaderEuAndreh2023-02-281-1/+1
* etc/guix/system.scm: Use patched xmonad•••Wait while patch [0] isn't included upstream. [0]: https://issues.guix.gnu.org/61872 EuAndreh2023-02-281-2/+29
* etc/sh/rc: Sleep after 30 minutes instead of 5•••5 minutes is too low, and too annoying. EuAndreh2023-02-281-1/+1
* etc/xmonad/xmonad.hs: Use EWMH fullscreen handlingEuAndreh2023-02-281-6/+4
* bin/update: Do not fail if last repository failsEuAndreh2023-02-271-1/+1
* bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update listEuAndreh2023-02-271-1/+5
* etc/xmonad/xmonad.hs: Inline definitions of "myTerminal" and "dbg"EuAndreh2023-02-271-8/+2
* Makefile: Also check if private is out of syncEuAndreh2023-02-271-8/+12
* etc/guix/home.scm: Use local version of tmux-plugin-continuumEuAndreh2023-02-271-1/+1
* etc/guix/system.scm: Improve indentation of epson-L365EuAndreh2023-02-271-24/+25
* etc/guix/home.scm: Add link to upstream tmux-plugin-continuum patchEuAndreh2023-02-271-0/+2
* bin/gc: Use heredoc over multiple printf(1) statementsEuAndreh2023-02-271-3/+5
* bin/gc: Do not filter /tmp files by type "file"EuAndreh2023-02-271-1/+1
* bin/forever: Add -q flagEuAndreh2023-02-271-3/+10
* etc/guix/system.scm: Use xmonad instead of xmonad-nextEuAndreh2023-02-271-3/+3
* bin/update: Declare $HOSTNAME explicitly (ShellCheck offense)EuAndreh2023-02-271-0/+1
* bin/reconfigure: Fix detection if running in a Guix systemEuAndreh2023-02-261-1/+1
* etc/guix/home.scm: s/upgrade/reconfigure/ in cronjobEuAndreh2023-02-261-1/+1
* Update NixOS channel in update(1) instead of upgrade(1)EuAndreh2023-02-262-1/+7
* bin/reconfigure: Use current version of {home,system}.scm filesEuAndreh2023-02-261-3/+3
* git mv bin/upgrade bin/reconfigureEuAndreh2023-02-261-4/+4
* bin/upgrade: Fix call to timeout•••The error message was: timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type EuAndreh2023-02-261-1/+1
* etc/guix/system.scm: Stop using (xyz euandreh queue) unprefixedEuAndreh2023-02-262-9/+8
* etc/guix/home.scm: Fix prefix of license in tmux inlined packageEuAndreh2023-02-261-1/+1
* etc/guix/system.scm: Inline latest version of epson-L365 packageEuAndreh2023-02-261-15/+8
* etc/guix/home.scm: Inline tmux-plugin-continuum from my personal package•••I've already sent a patch [0] upstream to include it. [0]: https://issues.guix.gnu.org/61823 EuAndreh2023-02-261-0/+40
* bin/vcs: Fetch from all remotes by defaultEuAndreh2023-02-261-1/+1
* etc/nix/configuration.nix: Force disable programs.less•••The programs.less modules is enabled by default by NixOS, and injects some nasty global environment variables ($LESSOPEN and $LESSKEYIN_SYSTEM), which make the experience of using less(1) much worse and slower. So instead on doing an 'unset LESSOPEN' or something similar, I chose to simply disable it, and stick to the less(1) from Guix Home. EuAndreh2023-02-251-1/+3
* etc/guix/system.scm: Add xmonad as an alternative to i3EuAndreh2023-02-251-0/+4
* etc/guix/system.scm: Refactor (hosts-file ...) into newer hosts-service-typeEuAndreh2023-02-251-13/+4
* etc/nix/configuration.nix: Use Flutter 3 packageEuAndreh2023-02-241-1/+1
* etc/sh/rc: Put the f() preview window aboveEuAndreh2023-02-241-1/+5
* etc/guix/home.scm: Disable racket packageEuAndreh2023-02-241-1/+1
* etc/guix/home.scm: Disable chromium packageEuAndreh2023-02-241-1/+1
* etc/nix/configuration.nix: Enable frpintd serviceEuAndreh2023-02-241-0/+1
* etc/sh/rc: Put the g() fzf preview-window above•••For long file names or long code lines, that don't fit on half the screen. EuAndreh2023-02-231-5/+5
* opt/tests/assert-running-service.sh: Unset LC_ALLEuAndreh2023-02-231-0/+1
* bin/aux: Add semi-working utilityEuAndreh2023-02-231-0/+82