add: gpd micro-pc home.nix

This commit is contained in:
ooks-io 2023-11-10 19:26:29 +13:00
parent 23578dd66b
commit 38e54638a0
2 changed files with 21 additions and 1 deletions

View file

@ -2,10 +2,19 @@
{
imports = [
./opt/desktop/hyprland
./features/wayland/window-manager/hyprland
./base
];
monitors = [{
name = "eDP-1";
width = 720;
height = 1280;
workspace = "1";
primary = true;
transform = 3;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
}