move kodi to personal

This commit is contained in:
Tristan 2024-02-06 12:44:36 +00:00
parent fdb5c0bad3
commit 1f7a47cdda
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,6 @@
./programs/git.nix ./programs/git.nix
./programs/lf/. ./programs/lf/.
./programs/shell.nix ./programs/shell.nix
./programs/kodi.nix
{ {
options.windowManager.modifierKey = lib.mkOption {default = "SUPER";}; options.windowManager.modifierKey = lib.mkOption {default = "SUPER";};
} }

View file

@ -1,4 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [
./programs/kodi.nix
];
roles.email = { roles.email = {
enable = true; enable = true;
email = "tristan@tristans.cloud"; email = "tristan@tristans.cloud";