neovim alias, hypr tabs order, remove hycov

This commit is contained in:
Tristan 2024-02-12 12:46:05 +00:00
parent a7db081c82
commit c274be5ab9
5 changed files with 5 additions and 13 deletions

View file

@ -31,9 +31,6 @@ with inputs;
}
];
};
nixpkgs.config.packageOverrides = pkgs: {
hycov = hycov.packages.${system}.hycov;
};
imports = [
{
options.user = nixpkgs.lib.mkOption {default = user;};