add: gpd micro-pc home.nix
This commit is contained in:
parent
23578dd66b
commit
38e54638a0
2 changed files with 21 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue