Merge
This commit is contained in:
2024-11-09 18:47:19 +01:00
63 changed files with 7586 additions and 59 deletions

View File

@@ -19,6 +19,13 @@
Define the host of the machine
'';
};
headless = lib.mkOption {
type = with lib.types; bool;
description = ''
Is this machine headless?
'';
};
};
config = {
@@ -28,6 +35,7 @@
};
host = "xv-desktop";
headless = false;
home.packages = with pkgs; [
unstable.prismlauncher