Add nix-book specific config

This commit is contained in:
2024-08-20 10:14:13 -07:00
parent 04a444ffd4
commit 03b6b26489
2 changed files with 13 additions and 0 deletions

8
home-nix-book.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
./home-default.nix
./modules/window_managers/hyprland/nix-book.nix
];
}

View File

@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = ",preferred,2880x1800@90.00Hz,1.33333";
}