feat: ...get internet again. git-hooks.nix adopt

This commit is contained in:
Kat Inskip 2025-08-18 15:13:47 -07:00
parent 7a0f09e700
commit e00ec8f2f2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
116 changed files with 1157 additions and 4681 deletions

View file

@ -2,13 +2,11 @@
pkgs,
nur,
...
}: let
defaultFont = "Monaspace Krypton";
in {
}: {
home.sessionVariables = {
BROWSER = "zen";
};
stylix.targets.zen-browser.profileNames = [ "main" ];
stylix.targets.zen-browser.profileNames = ["main"];
home.packages = [pkgs.ff2mpv-rust];
programs.zen-browser = {
nativeMessagingHosts = [
@ -49,6 +47,7 @@ in {
return-youtube-dislikes
ff2mpv
terms-of-service-didnt-read
web-clipper-obsidian
];
force = true;
};