Update flake

This commit is contained in:
Invariantspace 2024-08-01 10:49:11 -07:00
parent 958314e152
commit 83c71275bd
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 61 additions and 51 deletions

View file

@ -5,7 +5,6 @@ let usr = config.constants.userName; in {
let xdgCfg = config.xdg; in {
home.packages = with pkgs; [
feishin
haruna
hunspell
hunspellDicts.en-us-large
jellyfin-mpv-shim
@ -45,7 +44,18 @@ let usr = config.constants.userName; in {
};
theme = "Tokyo Night Moon";
};
mpv.enable = true;
mpv = {
enable = true;
config = {
osd-bar = "no";
border = "no";
};
scripts = with pkgs.mpvScripts; [
thumbfast
uosc
vr-reversal
];
};
obs-studio.enable = true;
plasma.enable = true;
zathura = {