feat: ooksmicro host added to system & home

This commit is contained in:
ooks-io 2024-02-16 13:47:38 +13:00
parent 6af6edf819
commit e1b874c563
5 changed files with 60 additions and 116 deletions

View file

@ -0,0 +1,23 @@
{ inputs, outputs, config, ... }:
{
imports = [
../../../profile
];
activeProfiles = ["base" "hyprland"];
home.sessionVariables.HN = "ooksmicro";
monitors = [{
name = "DSI-1";
width = 720;
height = 1280;
workspace = "1";
primary = true;
transform = 3;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
}