Add my linux machine
This commit is contained in:
parent
5aa68a423a
commit
bed1754724
14 changed files with 465 additions and 36 deletions
8
config.nix
Normal file
8
config.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue