home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a5cd6c779bd900f0c0280b18f58d2ef73f040291
parent 2be1317acbac813c0807be3199b06d9991eba089
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  6 Jun 2020 17:06:35 +0200

users/vincent: update config.nix content 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/core/default.nix | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/users/vincent/core/default.nix b/users/vincent/core/default.nix @@ -33,7 +33,16 @@ }; xdg.configFile."ape.conf".source = ./ape/ape.conf; - xdg.configFile."nixpkgs/config.nix".text = "{ allowUnfree = true; }"; + xdg.configFile."nixpkgs/config.nix".text = '' + { + allowUnfree = true; + packageOverrides = pkgs: { + nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { + inherit pkgs; + }; + }; + } + ''; xdg.configFile."nr/default" = { text = builtins.toJSON [ { cmd = "ncdu"; }