minus: Configure for plasma bigscreen

This commit is contained in:
traxys 2024-04-01 19:15:00 +02:00
parent 93b89aba19
commit 7f2b30feb9
2 changed files with 3 additions and 2 deletions

View file

@ -621,7 +621,6 @@
./hostconfig/minus/hm.nix
self.hmModules.minimal
self.hmModules.personal-cli
self.hmModules.personal-gui
inputs.fioul.homeManagerModules.default
];
};

View file

@ -8,6 +8,9 @@
home.packages = with pkgs; [
jellyfin-media-player
freetube
spotify
streamlink-twitch-gui-bin
];
home.sessionVariables = {
@ -15,7 +18,6 @@
QT_QPA_PLATFORM = "wayland";
MOZ_ENABLE_WAYLAND = "1";
NIXOS_OZONE_WL = 1;
BROWSER = "firefox";
};
home.stateVersion = "23.11";