-
Install Nix:
-
Install home manager:
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable nix-channel --update nix-shell '<home-manager>' -A install -
Download this repository, and run home manager:
NIXPKGS_ALLOW_UNFREE="1" home-manager switch
There are some configurations that are device-specific and can't be checked on this repository.
Create a ~/.gitconfig.local file, with the following content:
```gitconfig
[user]
name = Marc
email = marc@example.com
signingkey = <key id>
```