No description
Find a file
Charlotte Van Petegem 6be1a4c34f
Update github username
2021-02-24 18:42:14 +01:00
.git-crypt Initial commit 2020-02-10 17:27:13 +01:00
configurations Persist audio settings over reboots 2021-02-22 19:57:41 +01:00
containers/data-access 🔒 Secret 🔒 2021-02-22 19:51:00 +01:00
machines Zotero 2021-02-22 15:13:10 +01:00
modules 0ad 0.0.24 2021-02-24 18:12:12 +01:00
packages Fix kotlin-ls url 2020-08-27 10:25:07 +02:00
profiles Disable virtalbox 2021-01-13 10:55:58 +01:00
shells Reformat 2021-02-22 19:51:00 +01:00
.gitattributes Basic configuration for new servers and start modularizing config 2020-12-01 19:23:28 +01:00
flake.lock Update github username 2021-02-24 18:42:14 +01:00
flake.nix Update github username 2021-02-24 18:42:14 +01:00
license.md Update license.md 2020-09-27 14:41:25 +02:00
README.md Use nix-direnv instead of lorri 2020-07-07 15:37:15 +02:00
remote.sh Save remote build results in a profile 2020-12-24 15:31:48 +01:00
update.sh Remove sudo 2021-01-27 16:57:07 +01: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.