aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/guix/home.scm: Remove {subtitle} from tg notify-send(1) commandEuAndreh2023-09-291-1/+1
|
* etc/sh/rc: Force prefix $PATH with setuid programs firstEuAndreh2023-09-291-1/+1
|
* etc/nix/configuration.nix: Add "babashka" packageEuAndreh2023-09-291-0/+1
|
* etc/nix/configuration.nix: Add /etc/hosts-based DNS blockingEuAndreh2023-09-281-0/+1
|
* etc/guix/home.scm: Patch more hardcoded paths in tg(1) packageEuAndreh2023-09-251-0/+8
|
* etc/guix/home.scm: Fix more hardcoded values in tg(1)EuAndreh2023-09-231-2/+6
|
* etc/nix/configuration.nix: Add "intel-gpu-tools" packageEuAndreh2023-09-231-0/+1
|
* etc/guix/home.scm: Finish packaging of "tg"EuAndreh2023-09-232-18/+56
|
* etc/guix/home.scm: Add WIP package definition for perlcritic(1)EuAndreh2023-09-231-0/+55
|
* etc/guix/home.scm: Add "chafa" package as a companion to offpunkEuAndreh2023-09-231-0/+1
|
* etc/guix/home.scm: Add package definition for "offpunk"EuAndreh2023-09-231-0/+57
|
* etc/nix/configuration.nix: Remove flutter packages from system environmentEuAndreh2023-09-231-3/+0
|
* etc/nix/configuration.nix: Enable nix experimental optionsEuAndreh2023-09-231-0/+4
|
* etc/guix/home.scm: Add WIP packaging of "tg"EuAndreh2023-09-231-0/+62
|
* etc/nix/configuration.nix: Increase mailbox_size_limit above message_size_limitEuAndreh2023-09-231-0/+1
|
* etc/guix/home.scm: Add syncthing serviceEuAndreh2023-09-221-0/+3
|
* etc/sh/cronjob.sh: Decrease CPU and IO priority to the minimumEuAndreh2023-09-221-1/+1
|
* etc/guix/home.scm: Add "kiwix-desktop" packageEuAndreh2023-09-211-0/+1
|
* etc/sh/rc: Add rr() functionEuAndreh2023-09-201-0/+7
|
* bin/{uuid,gen-password}: Use /dev/urandom over /dev/randomEuAndreh2023-09-192-3/+3
| | | | | | | | As Thomas Pornin eloquently put it[0]: > use /dev/urandom and be happy; use /dev/random and be sorry [0]: https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
* etc/nix/configuration.nix: run nixfmt(1)EuAndreh2023-09-191-4/+1
|
* etc/nix/configuration.nix: various improvementsEuAndreh2023-09-181-7/+67
|
* etc/guix/home.scm: Add "usbutils" packageEuAndreh2023-09-181-0/+1
|
* etc/guix/home.scm: Add "pciutils" packageEuAndreh2023-09-181-0/+1
|
* etc/sh/rc: Refine $CFLAGSEuAndreh2023-09-181-1/+1
|
* bin/loc: Add working utilityEuAndreh2023-09-161-0/+63
|
* bin/getip: Add matching parenthesis to case clausesEuAndreh2023-09-161-7/+7
|
* etc/guix/home.scm: Add "libsodium" packageEuAndreh2023-09-151-1/+3
|
* etc/guix/home.scm: Add "adb" and "sdkmanager" packagesEuAndreh2023-09-151-0/+2
|
* etc/guix/home.scm: Add "mandoc" packageEuAndreh2023-09-151-0/+1
|
* Revert "etc/sh/rc: Remove $MAKEFLAGS"EuAndreh2023-09-141-0/+1
| | | | This reverts commit 0c0907c57ff1cf5b0d015e1607582c7469de95fb.
* bin/muffle: Re-interleave STDOUT and STDERR on errorEuAndreh2023-09-141-5/+19
|
* etc/sh/rc: Remove $LEX environment variableEuAndreh2023-09-141-1/+0
|
* Revert "etc/sh/rc: Remove alias on "make""EuAndreh2023-09-141-0/+1
| | | | This reverts commit 01430c387aa79807bde64d78e25433c641912d26.
* etc/nix/configuration.nix: Add config to enable ADBEuAndreh2023-09-131-2/+5
|
* etc/guix/home.scm: Add "jdk" output of "openjdk" packageEuAndreh2023-09-131-0/+1
|
* etc/guix/home.scm: Add "pkgconf" alternative package to pkg-configEuAndreh2023-09-131-0/+1
|
* etc/sh/rc: Add direnv_status() to $PS1EuAndreh2023-09-111-1/+7
|
* etc/guix/home.scm: Add "libevent" packageEuAndreh2023-09-111-0/+1
|
* etc/sh/rc: Remove $MAKEFLAGSEuAndreh2023-09-101-1/+0
|
* etc/sh/rc: Remove alias on "make"EuAndreh2023-09-101-1/+0
|
* etc/sh/rc: Use tcc as default for $CCEuAndreh2023-09-101-2/+1
|
* etc/nix/configuration.nix: Add redshift/geoclue configurationEuAndreh2023-09-101-0/+4
|
* bin/getip: Add somewhat working utilityEuAndreh2023-09-101-0/+72
|
* etc/nix/configuration.nix: Match "message_size_limit" in GuixEuAndreh2023-09-101-0/+1
|
* etc/guix/home.scm: Add "bdb" packageEuAndreh2023-09-081-0/+1
|
* bin/ifnew: Fix indentation of help stringEuAndreh2023-09-081-2/+2
|
* etc/nix/configuration.nix: Add "arduino-cli" packageEuAndreh2023-09-061-0/+1
|
* etc/guix/home.scm: Remove "gnote" packageEuAndreh2023-09-061-1/+0
|
* etc/ctags/default.ctags: Also exclude "tmp/*" by defaultEuAndreh2023-09-051-0/+1
|