ooknet/home/ooks/ooksmicro.nix
2023-11-13 11:20:16 +13:00

20 lines
No EOL
318 B
Nix

{ inputs, outputs, ... }:
{
imports = [
./features/wayland/window-manager/hyprland
./base
];
monitors = [{
name = "DSI-1";
width = 720;
height = 1280;
workspace = "1";
primary = true;
transform = 3;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
}