mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: remove commented out lines
This commit is contained in:
parent
8c7ceba34e
commit
1fb3d2079d
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
{
|
||||
}
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue