move kodi to personal
This commit is contained in:
parent
fdb5c0bad3
commit
1f7a47cdda
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,6 @@
|
|||
./programs/git.nix
|
||||
./programs/lf/.
|
||||
./programs/shell.nix
|
||||
./programs/kodi.nix
|
||||
{
|
||||
options.windowManager.modifierKey = lib.mkOption {default = "SUPER";};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./programs/kodi.nix
|
||||
];
|
||||
roles.email = {
|
||||
enable = true;
|
||||
email = "tristan@tristans.cloud";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue