Compare commits

..

No commits in common. "cb37b7882df391a3f32c101f31d61c69d2621ef9" and "dcc6fce4c66d9bee8cc3815c7f82d9754cabc932" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View file

@ -11,7 +11,6 @@
./includes/system/lvm.nix
./includes/system/doas.nix
./includes/system/neovim.nix
./includes/system/overlay.nix
] ++ (
if hostConfig.desktop then
[

View file

@ -1,9 +0,0 @@
{
nixpkgs.overlays = [
(final: prev: {
qutebrowser = prev.qutebrowser.override {
enableWideVine = true;
};
})
];
}