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

• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/26da73dd9129d267f0c8c26b591ab91050c4cdc9' (2022-03-30)
  → 'github:nix-community/emacs-overlay/4993cb95c8e27e7ba9ca8dc93ffac4fb5af52d66' (2022-04-01)
• Updated input 'home-manager':
    'github:nix-community/home-manager/888eac32bd657bfe0d024c8770130d80d1c02cd3' (2022-03-27)
  → 'github:nix-community/home-manager/cf62e96bf7c72e6a88e0bd43165110f42e44cdb4' (2022-03-31)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510' (2022-03-27)
  → 'github:NixOS/nixpkgs/710fed5a2483f945b14f4a58af2cd3676b42d8c8' (2022-03-30)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/00e27c78d3d2de6964096ceee8d70e5b487365e3' (2022-03-29)
  → 'github:NixOS/nixpkgs/1063244793d9b2dc3db515ac5b70a85385ec9b10' (2022-03-30)
2022-04-01 13:57:44 +02:00
.github/workflows ci: don't fail fast if one build fails 2022-03-24 17:22:02 +01:00
base gui-programs: don't disable wifi if hotspot on 2022-03-06 16:44:42 +01:00
home home: i3: set tray to primary screen 2022-03-31 11:10:39 +02:00
hosts zephyrus: don't auto enable dhcp on interfaces 2022-03-30 12:48:50 +02:00
modules services: transmission: only expose over Wireguard 2022-03-20 23:12:38 +01:00
overlays overlays: i3status-rust needs lm_sensors now 2022-02-07 14:59:57 +01:00
pkgs pkgs: make spot python module 2022-02-24 09:56:35 +01:00
services services: transmission: only expose over Wireguard 2022-03-20 23:12:38 +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 secrets: remove old module 2022-03-11 18:59:48 +01:00
flake.lock flake.lock: Update 2022-04-01 13:57:44 +02:00
flake.nix flake: use default agenix NixOS module 2022-03-11 13:56:47 +01:00
poseidon.nix secrets: remove old module 2022-03-11 18:59:48 +01:00
README.org readme: mention packaged software 2021-08-20 02:27:15 +02:00
zephyrus.nix zephyrus: don't depend on git-crypt secrets at all 2022-01-18 11:20:25 +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