No description
Find a file
Charlotte Van Petegem c36dbb24c1 Update dependencies
2020-08-16 11:09:50 +02:00
.git-crypt Initial commit 2020-02-10 17:27:13 +01:00
configurations Make sure direnv flake profiles aren't garbage-collected 2020-07-24 20:50:09 +02:00
machines Flakes, but it doesn't work 😞 2020-07-22 01:03:47 +02:00
modules Don't link /etc/nixos anymore 2020-07-08 18:40:51 +02:00
packages Move oldtown to ZFS and rename to kharbranth 2020-07-11 13:50:52 +02:00
profiles Use ungoogled chromium 2020-08-01 15:34:55 +02:00
shells Update scripts for flakes 2020-07-22 11:14:42 +02:00
.gitattributes Initial commit 2020-02-10 17:27:13 +01:00
.gitignore Add oldtown 2020-02-20 14:29:40 +01:00
flake.lock Update dependencies 2020-08-16 11:09:50 +02:00
flake.nix Update scripts for flakes 2020-07-22 11:14:42 +02:00
license.md Add license 2020-05-29 11:31:58 +02:00
README.md Use nix-direnv instead of lorri 2020-07-07 15:37:15 +02:00
update.sh Update dependencies 2020-07-29 10:50:09 +02:00

NixOS config

Setting up a new dev environment

  • Create a new *.nix file in the shells directory that describes the environment (this is the hard part).

  • Execute use_nix > .envrc to initialize the .envrc file.

  • Execute ln -s /path/to/correct/file.nix shell.nix.

  • Execute direnv allow to load the .envrc file which in turn loads your environment.