Compare commits
2 commits
dcc6fce4c6
...
cb37b7882d
Author | SHA1 | Date | |
---|---|---|---|
cb37b7882d | |||
7e629a37e1 |
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
./includes/system/lvm.nix
|
||||
./includes/system/doas.nix
|
||||
./includes/system/neovim.nix
|
||||
./includes/system/overlay.nix
|
||||
] ++ (
|
||||
if hostConfig.desktop then
|
||||
[
|
||||
|
|
9
nixos/includes/system/overlay.nix
Normal file
9
nixos/includes/system/overlay.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue