feat(ooksmedia): add ooksmedia host

This commit is contained in:
ooks-io 2024-04-12 14:50:00 +12:00
parent 81cee8da59
commit e78f3f0378
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{ inputs, outputs, config, ... }:
{
imports = [
../../../profile
];
activeProfiles = ["base" "hyprland" "productivity" "gaming"];
theme.minimal.enable = true;
home.sessionVariables.HN = "ooksmedia";
homeModules.desktop.wayland.nvidia = true;
monitors = [{
name = "HDMI-A-1";
width = 1920;
height = 1080;
refreshRate = 60;
workspace = "1";
primary = true;
}];
}