added kodi
This commit is contained in:
@@ -50,7 +50,15 @@
|
||||
|
||||
home-manager = {users = {"k" = import ./home.nix;};};
|
||||
|
||||
environment.systemPackages = with pkgs; [microcodeIntel];
|
||||
environment.systemPackages = with pkgs; [
|
||||
microcodeIntel
|
||||
firefox
|
||||
(pkgs.kodi.withPackages (kodiPkgs:
|
||||
with kodiPkgs; [
|
||||
jellyfin
|
||||
youtube
|
||||
]))
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
Reference in New Issue
Block a user