Add nix-book specific config
This commit is contained in:
8
home-nix-book.nix
Normal file
8
home-nix-book.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./home-default.nix
|
||||||
|
./modules/window_managers/hyprland/nix-book.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
5
modules/window_managers/hyprland/nix-book.nix
Normal file
5
modules/window_managers/hyprland/nix-book.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.settings.monitor = ",preferred,2880x1800@90.00Hz,1.33333";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user