update
This commit is contained in:
parent
be89c2a2e0
commit
27699896bf
11 changed files with 467 additions and 167 deletions
|
|
@ -40,13 +40,12 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
pkgs-unstable.xwayland
|
||||
pkgs.xwayland
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
|
|
@ -171,6 +170,10 @@ in {
|
|||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
no_hardware_cursors = true;
|
||||
};
|
||||
|
||||
monitor = ["DP-1,2560x1440@240,0x0,1,bitdepth,10" "HDMI-A-1,disable" "DP-2,disable"];
|
||||
|
||||
layerrule = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue