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

• Updated input 'home-manager':
    'github:nix-community/home-manager/2a6679aa9cc3872c29ba2a57fe1b71b3e3c5649f' (2023-08-15)
  → 'github:nix-community/home-manager/5bac4a1c06cd77cf8fc35a658ccb035a6c50cd2c' (2023-08-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/475d5ae2c4cb87b904545bdb547af05681198fcc' (2023-08-20)
  → 'github:NixOS/nixpkgs/ea5234e7073d5f44728c499192544a84244bf35a' (2023-08-28)
2023-08-28 14:04:30 +02:00
.github/workflows ci: update nur-update URL 2023-03-11 13:33:06 +01:00
base base: enable natural scrolling for touchpad 2023-07-11 20:39:24 +02:00
home home: i3bar: adapt to v0.30 breaking changes 2023-06-01 19:16:59 +02:00
hosts hosts: poseidon: remove deprecated grub version 2023-06-05 13:16:18 +02: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.6 2023-08-22 15:58:48 +02:00
services services: gitea: new settings format 2023-06-08 12:20:52 +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-08-28 14:04:30 +02:00
flake.nix flake: bump to 23.05 2023-06-01 17:53:01 +02: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