mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
chore: remove commented out lines
This commit is contained in:
parent
8c7ceba34e
commit
1fb3d2079d
2 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue