Commit a5cd6c779bd9
Changed files (1)
users
vincent
core
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"; }