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

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/166dee4f88a7e3ba1b7a243edb1aca822f00680e' (2024-09-09)
  → 'github:NixOS/nixos-hardware/b9ab7e57c5d1d456cdeef252d345f3bca9c55851' (2024-09-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f4c846aee8e1e29062aa8514d5e0ab270f4ec2f9' (2024-09-08)
  → 'github:NixOS/nixpkgs/8f7492cce28977fbf8bd12c72af08b1f6c7c3e49' (2024-09-14)
2024-09-16 11:48:35 +02:00
.github/workflows pkgs: remove ansel 2024-09-02 19:04:59 +02:00
base adapt xserver options 2024-05-30 01:56:11 +02:00
home home: fish: update nfl alias 2024-09-16 11:47:29 +02:00
hosts pkgs: remove ansel 2024-09-02 19:04:59 +02:00
modules acme: switch to OVH API 2024-07-03 21:08:56 +02:00
overlays overlays: remove hugin 2023-11-15 12:16:04 +01:00
pkgs pkgs: remove ansel 2024-09-02 19:04:59 +02:00
services services: mealie: switch to unstable 2024-07-05 18:08:16 +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 2024-09-16 11:48:35 +02:00
flake.nix flake: add lix to configuration 2024-09-16 11:45:49 +02:00
hades.nix hades: init 2022-06-10 17:31:28 +02:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
talos.nix hosts: add talos 2024-03-03 02:01:20 +01:00
thanatos.nix hosts: add thanatos 2023-12-14 22:34:07 +01:00
todo.org todo: add todo file for long term planning 2024-03-11 17:23:34 +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