Get Hyprland and stuff all set up on desktop
This commit is contained in:
parent
96739c5979
commit
44c5a27387
15 changed files with 668 additions and 13 deletions
7
hosts/pang13/hypr/default.nix
Normal file
7
hosts/pang13/hypr/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home.file = {
|
||||
".config/hypr/monitors.conf".source = ./monitors.conf;
|
||||
};
|
||||
}
|
4
hosts/pang13/hypr/monitors.conf
Normal file
4
hosts/pang13/hypr/monitors.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1, 1920x1080@144, 1920x0, 1
|
||||
monitor=HDMI-A-1, 1920x1080@74.97, 0x0, 1
|
||||
monitor=DP-1, 1920x1080@60.04, 0x1080, 1
|
Loading…
Add table
Add a link
Reference in a new issue