feat: add hyprland monitor options

This commit is contained in:
Moritz Böhme 2024-08-12 11:06:18 +02:00
parent a11717c8ce
commit 1cae5d144a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 48 additions and 8 deletions

View file

@ -20,8 +20,10 @@
webis.enable = true;
impermanence.enable = true;
};
programs.hyprland.enable = true;
programs.gitbutler.enable = true;
programs.hyprland = {
enable = true;
monitors.DP-3.scale = "auto";
};
programs.exercism.enable = true;
};