Find a file
Antoine Martin bfd439a2c4 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/80c1aab725151632ddc2a20caeb914e76dd0673c' (2023-10-18)
  → 'github:NixOS/nixpkgs/b3ddf9649fdac7db15aeea95cb3114c13594d265' (2023-10-22)
2023-10-25 18:42:11 +02:00
.github/workflows ci: zephyrus is dead, long live hephaestus 2023-09-26 17:40:39 +02:00
base base: remove teams from programs, marked insecure 2023-10-12 16:58:36 +02:00
home home: i3bar: show IP when on wired connection 2023-09-29 14:09:57 +02:00
hosts hephaestus: don't need opencl 2023-09-29 17:28:16 +02:00
modules hephaestus: setup restic backups 2023-09-26 17:39:47 +02:00
overlays overlays: remove i3status-rust from overlays 2023-09-26 17:09:31 +02:00
pkgs pkgs: spot: bump to 2.11.6 2023-08-22 15:58:48 +02:00
services services: paperless: update deprecated ocr setting 2023-08-31 11:43:24 +02:00
.gitignore add .gitignore 2022-02-02 17:49:59 +01:00
.lohr repo: setup lohr file 2021-03-30 15:24:07 +02:00
boreal.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
flake.lock flake.lock: Update 2023-10-25 18:42:11 +02:00
flake.nix hosts: add hephaestus 2023-09-23 13:35:35 +02:00
hades.nix hades: init 2022-06-10 17:31:28 +02:00
hephaestus.nix hosts: add hephaestus 2023-09-23 13:35:35 +02:00
poseidon.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
zephyrus.nix format all code with alejandra 2022-04-10 11:54:58 +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