extrahosts sobotka

This commit is contained in:
2025-07-25 16:48:09 +02:00
parent c31bbca02a
commit ed2acf0522
2 changed files with 4 additions and 3 deletions

View File

@@ -18,9 +18,7 @@ in {
];
options = {
nixos.programs.hyprland = {
enable = mkEnableOption "Enable Hyprland";
};
nixos.programs.hyprland.enable = mkEnableOption "Enable Hyprland";
};
config = mkIf cfg.enable {