Find a file
Antoine Martin d362c10c1d flake.lock: Update
Flake lock file changes:

• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/8fffeeaac29e31719cc7c70ec425fa3f81428252' (2021-12-27)
  → 'github:nix-community/emacs-overlay/f3c435a5e5cfa3ce1b2f50ba37b9cacfec4139d9' (2022-01-02)
• Updated input 'home-manager':
    'github:nix-community/home-manager/48f2b381dd397ec88040d3354ac9c036739ba139' (2021-12-25)
  → 'github:nix-community/home-manager/8e7a10602d1eb1d242c9d3f9b822203d5751a8c6' (2022-01-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cb372c3b8880e504b06946e8fb2ca9777c685505' (2021-12-25)
  → 'github:NixOS/nixpkgs/59bfda72480496f32787cec8c557182738b1bd3f' (2021-12-31)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/bd241e39f366eb7a41ea94f04f7af5c9508da632' (2021-12-26)
  → 'github:NixOS/nixpkgs/c1d8e77ac2ca4248886632c597debea233700b2b' (2022-01-02)
2022-01-02 22:40:56 +01:00
.git-crypt Add 1 git-crypt collaborator 2021-02-13 20:03:13 +01:00
.github/workflows ci: bump cachix action 2021-12-27 15:51:54 +01:00
base base: remove docker from base programs 2021-12-27 15:28:33 +01:00
home home: emacs: go back to emacsPgtkGcc 2021-12-19 17:34:59 +01:00
hosts poseidon: remove docker from system 2021-12-27 15:28:04 +01:00
modules modules: wakeonwlan: setup simple wakeonwlan 2021-08-21 11:59:51 +02:00
pkgs pkgs: spot: bump to 2.10.2 2021-12-03 15:56:05 +01:00
secrets services: paperless: switch from docker to nixos 2021-12-22 19:18:06 +01:00
services services: paperless: make sure redis is started 2021-12-27 14:52:44 +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 boreal: setup sddm theme module 2021-04-22 14:22:55 +02:00
flake.lock flake.lock: Update 2022-01-02 22:40:56 +01:00
flake.nix flake: expose emacsPgtkGcc in flake 2021-12-19 17:35:15 +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 zephyrus: init host 2021-07-23 18:47:53 +02: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