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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8c54d842d9544361aac5f5b212ba04e4089e8efe' (2023-01-08)
  → 'github:NixOS/nixpkgs/ab1254087f4cdf4af74b552d7fc95175d9bdbb49' (2023-01-22)
2023-01-26 14:37:40 +01:00
.github/workflows ci: update all actions to latest version 2022-11-15 12:02:40 +01:00
base base: switch Discord to stable channel as well 2022-12-15 11:49:48 +01:00
home home: add jellyfin to tridactyl blacklist 2022-12-14 22:08:59 +01:00
hosts zephyrus: switch to latest kernel 2023-01-10 14:11:20 +01:00
modules secrets: remove home key from age id paths 2022-11-14 23:50:46 +01:00
overlays overlays: add hugin fix 2022-11-27 23:57:38 +01:00
pkgs pkgs: spot: bump to 2.11.3 2022-12-15 04:40:32 +01:00
services services: pleroma: enable healthcheck 2022-12-19 01:43:10 +01: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-01-26 14:37:40 +01:00
flake.nix flake: move home-manager to release-22.11 2022-12-01 11:00:29 +01:00
hades.nix hades: init 2022-06-10 17:31:28 +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