mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-01 18:07:25 +02:00
minus: Configure for plasma bigscreen
This commit is contained in:
parent
93b89aba19
commit
7f2b30feb9
2 changed files with 3 additions and 2 deletions
|
|
@ -621,7 +621,6 @@
|
|||
./hostconfig/minus/hm.nix
|
||||
self.hmModules.minimal
|
||||
self.hmModules.personal-cli
|
||||
self.hmModules.personal-gui
|
||||
inputs.fioul.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue