chore: remove commented out lines

This commit is contained in:
Youwen Wu 2024-09-14 00:04:33 -07:00
parent 8c7ceba34e
commit 1fb3d2079d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 5 deletions

View file

@ -8,6 +8,4 @@
"DP-1,2560x1440@165,1920x0,auto"
"HDMI-A-1,1920x1080@60,0x0,1"
];
# wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
# wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
}

View file

@ -10,8 +10,10 @@ in
# nixpkgs-small = inputs.nixpkgs-unstable-small.legacyPackages.${pkgs.system};
{
nixpkgs.overlays = [
(self: super: {
# xdg-desktop-portal-hyprland = nixpkgs-small.xdg-desktop-portal-hyprland;
})
(
self: super:
{
}
)
];
}