Timothy DeHerrera 6139834a4a
develop#zsh: factor out functions into files
Upgrade the `rg` function to only pipe to `PAGER` when output is a
terminal.
2019-12-15 20:54:11 -07:00
2019-12-05 01:58:40 -07:00
2019-12-15 01:35:12 -07:00
2019-12-15 01:08:22 -07:00
2019-12-13 22:00:11 -07:00
2019-12-15 02:55:54 -07:00
2019-12-05 01:58:40 -07:00
2019-12-05 01:58:40 -07:00
2019-12-02 22:18:30 -07:00
2019-12-15 01:35:12 -07:00
2019-12-15 01:35:12 -07:00
2019-12-05 02:15:30 -07:00

Introduction

This project is under construction as a rewrite of my legacy NixOS configuration, using the experimental flakes mechanism.

Flake Talk

setup:

  {

    nix.package = nixFlakes;

    nix.extraOptions = ''
      experimental-features = nix-command flakes
    '';

  }

sans NixOS:

  # nix-env -f '<nixpkgs>' -iA nixFlakes

  # echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf

License

This software is licensed under the MIT License.

Note: MIT license does not apply to the packages built by this configuration, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included here, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.

Description
My NixOS configuration.
Readme 60 MiB
Languages
Nix 93%
CSS 7%