home/natto: misc changes

enable sioyek
fix gtk theme
add environment variables
change zathura config
change hyprland config

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-07-26 16:41:04 +05:30
parent 8f7781f293
commit c33a30be60
11 changed files with 202 additions and 289 deletions

View File

@@ -20,6 +20,11 @@
default-bg = "rgba(0,0,0,0.8)";
};
};
sioyek = {
enable = true;
};
go.enable = true;
foot = {
enable = true;
@@ -59,4 +64,7 @@
};
};
};
home.sessionVariables = {
BROWSER = "firefox";
};
}