Add my linux machine

This commit is contained in:
Natsu Kagami 2021-10-08 22:52:28 -04:00
parent 5aa68a423a
commit bed1754724
14 changed files with 465 additions and 36 deletions

8
config.nix Normal file
View file

@ -0,0 +1,8 @@
{
allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
}