Compare commits

...

4 commits

Author SHA1 Message Date
63de62454c
Fix 4k jellyfin playback on ludwig 2024-11-02 11:30:15 +01:00
45830f76f9
Fix gedit exclusion after upgrade 2024-11-02 11:20:05 +01:00
2a47f10731
Fix JavaFX 2024-11-02 11:19:17 +01:00
1da72f7350
Pin Java to JDK17 2024-10-21 11:22:07 +02:00
3 changed files with 14 additions and 9 deletions

View file

@ -1,5 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs.unstable; [
(jetbrains.plugins.addPlugins jetbrains.idea-ultimate ["ideavim"])
home.packages = [
(pkgs.unstable.jetbrains.plugins.addPlugins pkgs.unstable.jetbrains.idea-ultimate ["ideavim"])
];
home.sessionVariables = {
JAVA_HOME = "${pkgs.openjdk17}/lib/openjdk";
LD_LIBRARY_PATH = "${pkgs.libGL}/lib:${pkgs.gtk3}/lib:${pkgs.glib.out}/lib:${pkgs.xorg.libXtst}/lib";
};
}

View file

@ -1,9 +1,4 @@
{
inputs,
pkgs,
vars,
...
}: {
{inputs, ...}: {
imports = [inputs.flatpaks.homeManagerModules.default];
services.flatpak = {
remotes.flathub = "https://flathub.org/repo/flathub.flatpakrepo";
@ -11,6 +6,7 @@
"flathub:app/us.zoom.Zoom//stable"
"flathub:app/com.discordapp.Discord//stable"
"flathub:app/md.obsidian.Obsidian//stable"
"flathub:app/com.github.iwalton3.jellyfin-media-player//stable"
];
overrides = {
global = {
@ -27,6 +23,11 @@
"system-bus"
];
};
"com.github.iwalton3.jellyfin-media-player" = {
environment = {
QT_XCB_GL_INTEGRATION = "xcb_egl";
};
};
};
};
}

View file

@ -34,12 +34,12 @@
(with pkgs; [
# Ignored Packages
gnome-tour
gedit
])
++ (with pkgs.gnome; [
atomix
epiphany
geary
gedit
gnome-characters
gnome-contacts
gnome-initial-setup