display position, disable hycov, stable brave

This commit is contained in:
tristan 2024-01-11 17:38:37 +00:00
parent f3eb45a361
commit f6135653d9
6 changed files with 22 additions and 7 deletions

View file

@ -32,8 +32,8 @@ with inputs;
};
nixpkgs.config.packageOverrides = pkgs: {
hycov = hycov.packages.${system}.hycov;
brave = (import stable-nixpkgs {inherit system;}).brave;
};
imports = [
{
options.user = nixpkgs.lib.mkOption {default = user;};