Go to file
Antoine Martin b12753161b flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/d6bb9f934f2870e5cbc5b94c79e9db22246141ff' (2024-04-06)
  → 'github:nix-community/home-manager/86853e31dc1b62c6eeed11c667e8cdd0285d4411' (2024-04-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a5e4bbcb4780c63c79c87d29ea409abf097de3f7' (2024-04-21)
  → 'github:NixOS/nixpkgs/0638fe2715d998fa81d173aad264eb671ce2ebc1' (2024-05-01)
2024-05-02 14:20:53 +02:00
.github/workflows ci: add talos to hosts 2024-03-03 02:01:20 +01:00
base base: enable cups for GUI hosts 2024-03-05 05:08:09 +01:00
home emacs: use Pure GTK build 2024-03-04 22:43:28 +01:00
hosts talos: set default sddm session 2024-04-16 19:38:44 +02:00
modules talos: setup restic backups 2024-03-05 05:07:46 +01:00
overlays overlays: remove hugin 2023-11-15 12:16:04 +01:00
pkgs pkgs: ansel: bump 2024-01-16 12:55:24 +01:00
services services: restic: tone down the verbosity 2024-03-05 05:19:57 +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
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
boreal.nix format all code with alejandra 2022-04-10 11:54:58 +02:00
flake.lock flake.lock: Update 2024-05-02 14:20:53 +02:00
flake.nix flake: add unstable nixpkgs to registry 2024-03-07 00:13:30 +01: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
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

README.org

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