add mkvtoolnix; remove kodi; move mangohud to gaming; playing with vscode resharper-code;

This commit is contained in:
2025-10-21 11:33:52 +01:00
parent 86abbf360e
commit bfc2435b43
5 changed files with 66 additions and 79 deletions

View File

@@ -9,7 +9,6 @@
home.packages = with pkgs;[
# general
thunderbird
keepassxc
qbittorrent
libreoffice-qt
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".joplin-desktop
@@ -49,5 +48,11 @@
enable = true;
package = pkgs.brave;
};
keepassxc = {
enable = true;
# add in 25.12?
# autostart = true;
};
};
}