aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* etc/sh/rc: Have both $CCFLAGS and $CFLAGSEuAndreh2024-04-221-0/+4
|
* etc/sh/rc: Disable $CGO_ENABLEDEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Point $NIX_PATH to local Nix repositoryEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Stop exporting $SHAREDIREuAndreh2024-04-221-1/+0
| | | | Why was it being done in the first place?
* etc/guix/system.scm: Enable nix-service-type againEuAndreh2024-04-221-0/+2
| | | | For GNAT13 and SPARK.
* etc/guix/system.scm: Order core dumps by time firstEuAndreh2024-04-221-1/+1
|
* etc/guix/system.scm: Add "teste" userEuAndreh2024-04-221-0/+5
|
* etc/guix/home.scm: Add some lib packagesEuAndreh2024-04-221-0/+15
|
* etc/guix/home.scm: Remove "tg"EuAndreh2024-04-221-106/+4
|
* etc/git/ignore: Add /STUUF/EuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Make $GOPATH a PREFIXEuAndreh2024-02-231-0/+1
|
* etc/sh/rc: Update $NODE_PATH in add_path()EuAndreh2024-02-231-0/+2
|
* etc/guix/home.scm: Add "node-sqlite3" packageEuAndreh2024-02-231-1/+2
|
* etc/sh/rc: Add $HOST and $TARGET exported variablesEuAndreh2024-02-161-0/+4
|
* etc/sh/rc: Export $PS1EuAndreh2024-02-161-0/+1
|
* etc/sh/rc: No longer create the ".bashrc" symlinkEuAndreh2024-02-161-2/+0
|
* etc/sh/rc: Define $SHAREDIR as the same as $PREFIXEuAndreh2024-02-161-0/+1
|
* etc/guix/home.scm: Add "vis" and "gperftools"EuAndreh2024-02-161-0/+4
|
* etc/guix/home.scm: Adjust package list for personal projectsEuAndreh2024-01-301-2/+9
|
* etc/sh/rc: Rename $CFLAGS to $CCFLAGSEuAndreh2024-01-301-3/+2
|
* etc/guix/home.scm: Group newer dependencies by pilfered projectEuAndreh2024-01-251-10/+37
|
* etc/sh/rc: Set $CC to cc(1)EuAndreh2024-01-251-1/+1
| | | | As cc(1) now is lime-driver(1).
* etc/sh/rc: Do not expose $TG_API_* to everyone by defaultEuAndreh2024-01-241-4/+1
|
* etc/sh/rc: Rename $VG_FLAGS to $VGFLAGSEuAndreh2024-01-241-2/+2
| | | | À la $CFLAGS, $LDFLAGS, etc.