Update flake
This commit is contained in:
parent
958314e152
commit
83c71275bd
2 changed files with 61 additions and 51 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue