aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etc/guix/system.scm: Remove extra packagesEuAndreh2024-08-121-3/+1
|
* etc/guix/system.scm: Remove i3EuAndreh2024-08-121-2/+1
|
* etc/guix/system.scm: Add (now required) containerd-service-typeEuAndreh2024-08-121-0/+1
|
* etc/guix/system.scm: Remove custom xmonadEuAndreh2024-08-121-24/+2
|
* etc/guix/system.scm: Add fixed "xmonad-wm" packageEuAndreh2024-08-081-3/+26
|
* etc/sh/rc: Shrink $GOLDFLAGSEuAndreh2024-08-081-1/+1
|
* etc/guix/home.scm: Get go packages from (org euandre queue)EuAndreh2024-08-051-2/+3
|
* etc/sh/rc: Disable quit confirmation from gdbEuAndreh2024-08-051-1/+1
|
* etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGSEuAndreh2024-08-051-0/+3
|
* etc/guix/system.scm: Remove nginx serviceEuAndreh2024-08-051-11/+0
|
* etc/guix/home.scm: Disable broken scikit-learnEuAndreh2024-07-151-1/+1
|
* etc/guix/home.scm: Re-add libreofficeEuAndreh2024-07-151-0/+1
|
* etc/guix/home.scm: Remove pytest-xdist packageEuAndreh2024-07-151-1/+0
|
* etc/guix/home.scm: Add motif packageEuAndreh2024-07-151-1/+3
|
* etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGSEuAndreh2024-07-031-2/+1
|
* mv bin/e bin/eeEuAndreh2024-07-031-1/+2
|
* Simplify code used by xmobarEuAndreh2024-06-161-1/+1
| | | | | Remove the endless loop, and stop polling the system while doing nothing.
* etc/xmonad/xmonad.hs: Add keybindings for switching monitors setupEuAndreh2024-06-161-0/+4
|
* etc/sh/rc: Use C17 in $CCFLAGS!EuAndreh2024-06-161-1/+1
| | | | | | POSIX 2024 has been published! https://news.ycombinator.com/item?id=40679809
* etc/sh/rc: Remove -g from $CCFLAGS and -static from $LLDFLAGSEuAndreh2024-06-161-5/+3
|
* etc/sh/rc: Add -fsanitize=undefined to $LDFLAGSEuAndreh2024-06-091-2/+2
|
* etc/guix/home.scm: Add "fontconfig" and "freetype" packages: dependencies ↵EuAndreh2024-06-051-0/+2
| | | | for building "vt"
* etc/git/ignore: RemoveEuAndreh2024-06-051-8/+0
|
* etc/sh/rc: Add alias for gdbEuAndreh2024-06-031-0/+1
|
* etc/sh/rc: Use vcs(1) in f()EuAndreh2024-05-231-1/+1
|
* etc/guix/home.scm: Add "ruby-asciidoctor" packageEuAndreh2024-05-231-0/+1
|
* etc/guix/home.scm: Add tcl package (for açude)EuAndreh2024-05-171-0/+1
|
* etc/guix/home.scm: Add "diff-so-fancy" packageEuAndreh2024-05-161-0/+1
|
* etc/guix/home.scm: Include extra outputs and explicit "out" outputsEuAndreh2024-05-161-7/+10
|
* etc/guix/home.scm: Include static output of sqliteEuAndreh2024-05-161-1/+2
|
* etc/sh/rc: Add $ADA_INCLUDE_PATH and $ADA_OBJECTS_PATH to add_prefix()EuAndreh2024-05-151-2/+5
|
* etc/sh/rc: Man bc(1) alias quiet (-q) by defaultEuAndreh2024-05-151-1/+1
|
* etc/backupit.txt: Add backupit configEuAndreh2024-05-111-0/+1
|
* etc/sh/rc: Add $DICTEuAndreh2024-05-101-0/+1
|
* etc/sh/rc: export $LDFLAGSEuAndreh2024-05-091-0/+2
|
* etc/guix/home.scm: Include "static" and "debug" outputs of "gcc-toolchain" ↵EuAndreh2024-05-091-0/+2
| | | | | | package Mainly so that I can now say `gcc -static main.c`.
* etc/sh/rc: Rename timestamp() to timestamp_fn()EuAndreh2024-05-081-2/+2
|
* etc/guix/home.scm: Add "libxft" packageEuAndreh2024-05-061-0/+1
|
* Revert "etc/guix/home.scm: Remove "gcc-toolchain""EuAndreh2024-05-031-0/+1
| | | | | | | This reverts commit 7b3d3365ef77bb6969b61b4afc19dc14dd5c082e. The "gcc-toolchain" package contains much more than just gcc(1) as I found out, like gencat(1), ldd(1), getconf(1), iconv(1), etc.
* etc/guix/home.scm: Add back "qrencode" packageEuAndreh2024-05-031-0/+1
|
* etc/sh/rc: Split exporting $N and $MAKEFLAGSEuAndreh2024-05-021-1/+2
|
* etc/guix/home.scm: Replace "youtube-dl" with "yt-dlp"EuAndreh2024-05-011-1/+1
|
* etc/guix/home.scm: Remove "gcc-toolchain"EuAndreh2024-04-251-1/+0
| | | | I'm now using GNAT coming from Nix, that also has Ada support.
* etc/guix/home.scm: Add "smem"EuAndreh2024-04-251-0/+1
|
* etc/guix/home.scm: Add z3 and compcert packagesEuAndreh2024-04-251-0/+2
|
* etc/guix/: Remove nss-certs packageEuAndreh2024-04-252-4/+2
| | | | Now %base-packages includes it by default.
* Revert "Remove Nix/NixOS support from configuration and utilities"EuAndreh2024-04-252-1/+16
| | | | This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
* etc/sh/rc: export $TD_USE_BUILTIN_HOOKSEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Include inode number in ls(1) aliasEuAndreh2024-04-221-1/+1
|
* etc/sh/rc: Include ~/.nix-profile in $PATHEuAndreh2024-04-221-0/+1
|