display settings GUI
This commit is contained in:
parent
06e889c274
commit
f55fb2472c
7 changed files with 13 additions and 256 deletions
7
home/desktop/utils/display.nix
Normal file
7
home/desktop/utils/display.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [wlr-randr nwg-displays];
|
||||
|
||||
wayland.windowManager.hyprland.settings.source = ["~/.config/hypr/monitors.conf"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue