switching to laptop

This commit is contained in:
Vali 2024-08-17 11:19:57 +02:00
commit 38eca32234
4 changed files with 100 additions and 105 deletions

View file

@ -39,6 +39,11 @@ in {
The Hyprland package to be used.
'';
};
portalPackage = mkOption {
type = package;
default = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
description = "The hyprland portal package";
};
};
awesomwm.enable = mkOption {