Find a file
2022-01-11 17:59:01 +01:00
.git-crypt Add 1 git-crypt collaborator 2021-02-13 20:03:13 +01:00
.github/workflows ci: use nix-community cachix 2022-01-11 14:03:59 +01:00
base nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
home nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
hosts nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
modules nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
overlays overlays: add overlay for i3status-rust 2022-01-11 17:59:01 +01:00
pkgs nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
secrets nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
services nix: exorcise all with <expr>; uses 2022-01-11 16:38:33 +01:00
.gitattributes services: wireguard: removed unused module 2021-07-13 23:51:17 +02:00
.gitignore secrets: switch to git-crypt 2021-02-13 20:10:51 +01:00
.lohr repo: setup lohr file 2021-03-30 15:24:07 +02:00
boreal.nix base: put common GUI programs behind option 2022-01-07 17:20:57 +01:00
flake.lock flake.lock: Update 2022-01-02 22:40:56 +01:00
flake.nix overlays: add overlay for i3status-rust 2022-01-11 17:59:01 +01:00
poseidon.nix re-organize configuration 2021-02-14 14:21:47 +01:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
zephyrus.nix base: put common GUI programs behind option 2022-01-07 17:20:57 +01:00

NixOS configurations

Configuration for my computers! You may find here system configurations for various services I host, as well as my dotfiles for daily programs.

Packages

Various packages of mine can be found in this repo. You can easily use these packages from Nix by setting up the Nix User Repository.

Flake

If you prefer, theses packages are also exposed as a flake in this repo:

  • To list packages:
nix flake show
  • To install one of them:
nix build github:alarsyo/nixos-config#$PACKAGE