Home: Add helvum + fix mpv libplacebo bluescreen
This commit is contained in:
@ -319,6 +319,8 @@ rec {
|
|||||||
cifs-utils # Mount samba shares
|
cifs-utils # Mount samba shares
|
||||||
nfs-utils # Mount NFS shares
|
nfs-utils # Mount NFS shares
|
||||||
sshfs # Mount remote directories via SSH
|
sshfs # Mount remote directories via SSH
|
||||||
|
protonvpn-cli_2 # TODO: Not compatible with systemd-networkd?
|
||||||
|
protonmail-bridge # TODO: Enable on startup, email module
|
||||||
|
|
||||||
# GUI apps
|
# GUI apps
|
||||||
signal-desktop
|
signal-desktop
|
||||||
@ -327,10 +329,9 @@ rec {
|
|||||||
nextcloud-client
|
nextcloud-client
|
||||||
keepassxc
|
keepassxc
|
||||||
AusweisApp2
|
AusweisApp2
|
||||||
protonmail-bridge # TODO: Enable on startup, email module
|
|
||||||
thunderbird # TODO: Email module
|
thunderbird # TODO: Email module
|
||||||
# parsec-bin
|
|
||||||
obsidian
|
obsidian
|
||||||
|
helvum
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
wacomtablet # For xournalpp/krita
|
wacomtablet # For xournalpp/krita
|
||||||
@ -436,7 +437,12 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mpv.enable = true;
|
mpv = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
gpu-context = "wayland";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
navi = {
|
navi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -496,7 +502,7 @@ rec {
|
|||||||
shellWrapperName = "y";
|
shellWrapperName = "y";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
manager = {
|
mgr = {
|
||||||
show_hidden = false;
|
show_hidden = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -544,7 +550,7 @@ rec {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
manager.prepend_keymap = [
|
mgr.prepend_keymap = [
|
||||||
{
|
{
|
||||||
on = "M";
|
on = "M";
|
||||||
run = "plugin mount";
|
run = "plugin mount";
|
||||||
|
Reference in New Issue
Block a user