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/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";};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue