Apply all pending changes excluding .sops.yaml
This commit is contained in:
parent
7b04942bb2
commit
89929ac69a
20 changed files with 439 additions and 167 deletions
|
|
@ -23,9 +23,12 @@ in {
|
|||
./terminals.nix
|
||||
];
|
||||
fonts = {fontconfig = {enable = true;};};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override {enableWideVine = true;};
|
||||
qutebrowser = prev.qutebrowser.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -68,7 +71,6 @@ in {
|
|||
# telegram-desktop
|
||||
texlive.combined.scheme-medium
|
||||
# watchmate
|
||||
widevine-cdm
|
||||
wlsunset
|
||||
# yt-dlp
|
||||
];
|
||||
|
|
|
|||
|
|
@ -244,9 +244,6 @@
|
|||
};
|
||||
};
|
||||
qt = {
|
||||
args = [
|
||||
"widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
|
||||
];
|
||||
workarounds = {remove_service_workers = true;};
|
||||
};
|
||||
spellcheck = {languages = ["en-US"];};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue