feat: slippi init config

This commit is contained in:
ooks-io 2024-02-16 01:15:44 +13:00
parent cbb415fd66
commit 170cfe7f3c
8 changed files with 149 additions and 3 deletions

View file

@ -26,6 +26,9 @@ in
hyprland = {
enable = lib.mkEnableOption "Enable the hyprland profile";
};
gaming = {
enable = lib.mkEnableOption "Enable the gaming profile";
};
};
};